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

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010902_85_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.4817'^^xsd:double;
  dwc:startLongitude '-12.4567'^^xsd:double;
  dwc:endLongitude '-12.5067'^^xsd:double;
  dwc:latitude '49.3'^^xsd:double;
  dwc:startLatitude '49.31'^^xsd:double;
  dwc:endLatitude '49.29'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1155'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_81_OST_010816'^^xsd:string;
  dwc:scientificName 'Conchoecia arcuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-12.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010510_86_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-12.265'^^xsd:double;
  dwc:startLongitude '-12.2783'^^xsd:double;
  dwc:endLongitude '-12.2517'^^xsd:double;
  dwc:latitude '54.3883'^^xsd:double;
  dwc:startLatitude '54.4033'^^xsd:double;
  dwc:endLatitude '54.3733'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "405"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010521_86_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.02585'^^xsd:double;
  dwc:startLongitude '-13.0017'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '54.78165'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.7933'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '405'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010806_84_CAL_161003'^^xsd:string;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.8075'^^xsd:double;
  dwc:startLongitude '-12.7967'^^xsd:double;
  dwc:endLongitude '-12.8183'^^xsd:double;
  dwc:latitude '49.4433'^^xsd:double;
  dwc:startLatitude '49.4633'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_EUP_008014'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps/atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '110676'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1649781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_143007'^^xsd:string;
  dwc:scientificName 'Lensia campanella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.87165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.22835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024403_84_FIS_127001'^^xsd:string;
  dwc:scientificName 'Ceratoscopelus warmingi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.22835'^^xsd:double;
  dwc:startLongitude '-31.225'^^xsd:double;
  dwc:endLongitude '-31.2317'^^xsd:double;
  dwc:latitude '32.87165'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.8933'^^xsd:double;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '301455'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '126586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024502_85_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.7'^^xsd:double;
  dwc:startLongitude '-30.6783'^^xsd:double;
  dwc:endLongitude '-30.7217'^^xsd:double;
  dwc:latitude '32.43'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.43'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8458"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023208_85_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.50085'^^xsd:double;
  dwc:startLongitude '-31.505'^^xsd:double;
  dwc:endLongitude '-31.4967'^^xsd:double;
  dwc:latitude '32.8458'^^xsd:double;
  dwc:startLatitude '32.8583'^^xsd:double;
  dwc:endLatitude '32.8333'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.765 -31.46665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.765"^^xsd:decimal ;
  dwc:decimalLongitude "-31.46665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023214_85_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.46665'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.4633'^^xsd:double;
  dwc:latitude '32.765'^^xsd:double;
  dwc:startLatitude '32.7767'^^xsd:double;
  dwc:endLatitude '32.7533'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.30585"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023219_86_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.4775'^^xsd:double;
  dwc:startLongitude '-31.485'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '32.30585'^^xsd:double;
  dwc:startLatitude '32.315'^^xsd:double;
  dwc:endLatitude '32.2967'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0058 -31.61585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0058"^^xsd:decimal ;
  dwc:decimalLongitude "-31.61585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1002"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023308_85_EUP_010000'^^xsd:string;
  dwc:scientificName 'Stylocheiron sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.61585'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.6367'^^xsd:double;
  dwc:latitude '32.0058'^^xsd:double;
  dwc:startLatitude '32.0033'^^xsd:double;
  dwc:endLatitude '32.0083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1002'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022826_86_FIS_261004'^^xsd:string;
  dwc:scientificName 'Eustomias obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.59'^^xsd:double;
  dwc:startLongitude '-31.5767'^^xsd:double;
  dwc:endLongitude '-31.6033'^^xsd:double;
  dwc:latitude '33.01415'^^xsd:double;
  dwc:startLatitude '32.995'^^xsd:double;
  dwc:endLatitude '33.0333'^^xsd:double;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '127347'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127347'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022832_85_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.47165'^^xsd:double;
  dwc:startLongitude '-31.49'^^xsd:double;
  dwc:endLongitude '-31.4533'^^xsd:double;
  dwc:latitude '33.03'^^xsd:double;
  dwc:startLatitude '33.0517'^^xsd:double;
  dwc:endLatitude '33.0083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "53"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023203_86_FIS_375001'^^xsd:string;
  dwc:scientificName 'Hygophum reinhardti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.5875'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.58'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.04'^^xsd:double;
  dwc:endLatitude '33.015'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '53'^^xsd:integer;
  dwc:aphiaid '126604'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.16"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022818_84_EUP_008014'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps/atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.4625'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4567'^^xsd:double;
  dwc:latitude '33.16'^^xsd:double;
  dwc:startLatitude '33.1683'^^xsd:double;
  dwc:endLatitude '33.1517'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '110676'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '1649781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_EUP_008014'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps/atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110676'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '1649781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_DEC_036005'^^xsd:string;
  dwc:scientificName 'Sergestes sargassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '107132'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '514114'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022806_84_FIS_127001'^^xsd:string;
  dwc:scientificName 'Ceratoscopelus warmingi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '32.9783'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '301455'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '126586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022810_85_FIS_609001'^^xsd:string;
  dwc:scientificName 'Omosudis lowei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.5075'^^xsd:double;
  dwc:startLongitude '-31.5267'^^xsd:double;
  dwc:endLongitude '-31.4883'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '32.99'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '126351'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '272087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1725"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022206_86_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.15665'^^xsd:double;
  dwc:startLongitude '-30.1433'^^xsd:double;
  dwc:endLongitude '-30.17'^^xsd:double;
  dwc:latitude '33.1725'^^xsd:double;
  dwc:startLatitude '33.1583'^^xsd:double;
  dwc:endLatitude '33.1867'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_FIS_783001'^^xsd:string;
  dwc:scientificName 'Sternoptyx diaphana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127314'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.14085"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0325"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022214_85_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.0325'^^xsd:double;
  dwc:startLongitude '-30.01'^^xsd:double;
  dwc:endLongitude '-30.055'^^xsd:double;
  dwc:latitude '33.14085'^^xsd:double;
  dwc:startLatitude '33.145'^^xsd:double;
  dwc:endLatitude '33.1367'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.06335"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022217_85_FIS_785001'^^xsd:string;
  dwc:scientificName 'Symbolophorus rufinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-30.0625'^^xsd:double;
  dwc:startLongitude '-30.0483'^^xsd:double;
  dwc:endLongitude '-30.0767'^^xsd:double;
  dwc:latitude '33.06335'^^xsd:double;
  dwc:startLatitude '33.075'^^xsd:double;
  dwc:endLatitude '33.0517'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '158918'^^xsd:integer;
  dwc:observationDate '1980-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '158918'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0283 -17.15915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-17.15915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980121_84_EUP_001000'^^xsd:string;
  dwc:scientificName 'Thysanopoda sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-17.15915'^^xsd:double;
  dwc:startLongitude '-17.1783'^^xsd:double;
  dwc:endLongitude '-17.14'^^xsd:double;
  dwc:latitude '42.0283'^^xsd:double;
  dwc:startLatitude '42.0433'^^xsd:double;
  dwc:endLatitude '42.0133'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110680'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99665 -16.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.99665"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1015"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980125_85_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.9683'^^xsd:double;
  dwc:startLongitude '-16.9883'^^xsd:double;
  dwc:endLongitude '-16.9483'^^xsd:double;
  dwc:latitude '41.99665'^^xsd:double;
  dwc:startLatitude '41.9883'^^xsd:double;
  dwc:endLatitude '42.005'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1015'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0675 -16.775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-16.775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980128_85_CAL_143021'^^xsd:string;
  dwc:scientificName 'Lensia hostile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-16.775'^^xsd:double;
  dwc:startLongitude '-16.8'^^xsd:double;
  dwc:endLongitude '-16.75'^^xsd:double;
  dwc:latitude '42.0675'^^xsd:double;
  dwc:startLatitude '42.0617'^^xsd:double;
  dwc:endLatitude '42.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135432'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29085 -11.71165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29085"^^xsd:decimal ;
  dwc:decimalLongitude "-11.71165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1007"^^xsd:integer ;
  dwc:maximumDepthInMeters "1042"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '975201_230_FIS_853001'^^xsd:string;
  dwc:scientificName 'Trachyscorpia cristulata-echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-11.71165'^^xsd:double;
  dwc:startLongitude '-11.71'^^xsd:double;
  dwc:endLongitude '-11.7133'^^xsd:double;
  dwc:latitude '51.29085'^^xsd:double;
  dwc:startLatitude '51.2717'^^xsd:double;
  dwc:endLatitude '51.31'^^xsd:double;
  dwc:minimumDepth '1007'^^xsd:integer;
  dwc:maximumDepth '1042'^^xsd:integer;
  dwc:aphiaid '293754'^^xsd:integer;
  dwc:observationDate '1978-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '127257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1625 -13.01835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1625"^^xsd:decimal ;
  dwc:decimalLongitude "-13.01835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978002_8_FIS_467002'^^xsd:string;
  dwc:scientificName 'Lobianchia gemellari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-13.01835'^^xsd:double;
  dwc:startLongitude '-12.9767'^^xsd:double;
  dwc:endLongitude '-13.06'^^xsd:double;
  dwc:latitude '49.1625'^^xsd:double;
  dwc:startLatitude '49.1917'^^xsd:double;
  dwc:endLatitude '49.1333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '158901'^^xsd:integer;
  dwc:observationDate '1978-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '158901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51085 -13.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.51085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979105_84_CAL_132002'^^xsd:string;
  dwc:scientificName 'Vogtia pentacantha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-13.8625'^^xsd:double;
  dwc:startLongitude '-13.8417'^^xsd:double;
  dwc:endLongitude '-13.8833'^^xsd:double;
  dwc:latitude '49.51085'^^xsd:double;
  dwc:startLatitude '49.5067'^^xsd:double;
  dwc:endLatitude '49.515'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135451'^^xsd:integer;
  dwc:observationDate '1978-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '135451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -13.9042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.43"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979111_84_FIS_582002'^^xsd:string;
  dwc:scientificName 'Notoscopelus kroyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.9042'^^xsd:double;
  dwc:startLongitude '-13.9317'^^xsd:double;
  dwc:endLongitude '-13.8767'^^xsd:double;
  dwc:latitude '49.43'^^xsd:double;
  dwc:startLatitude '49.4367'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '272728'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0625 -16.73915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0625"^^xsd:decimal ;
  dwc:decimalLongitude "-16.73915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979203_8_FIS_214013'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-16.73915'^^xsd:double;
  dwc:startLongitude '-16.7'^^xsd:double;
  dwc:endLongitude '-16.7783'^^xsd:double;
  dwc:latitude '50.0625'^^xsd:double;
  dwc:startLatitude '50.06'^^xsd:double;
  dwc:endLatitude '50.065'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '183123'^^xsd:integer;
  dwc:observationDate '1978-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9708 -16.9975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9708"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979602_8_FIS_786000'^^xsd:string;
  dwc:scientificName 'Searsiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-16.9975'^^xsd:double;
  dwc:startLongitude '-16.9967'^^xsd:double;
  dwc:endLongitude '-16.9983'^^xsd:double;
  dwc:latitude '45.9708'^^xsd:double;
  dwc:startLatitude '46.0083'^^xsd:double;
  dwc:endLatitude '45.9333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '154160'^^xsd:integer;
  dwc:observationDate '1978-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '125514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96915 -16.91665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.96915"^^xsd:decimal ;
  dwc:decimalLongitude "-16.91665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980101_8_FIS_658001'^^xsd:string;
  dwc:scientificName 'Poromitra capito'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.91665'^^xsd:double;
  dwc:startLongitude '-16.9783'^^xsd:double;
  dwc:endLongitude '-16.855'^^xsd:double;
  dwc:latitude '41.96915'^^xsd:double;
  dwc:startLatitude '41.99'^^xsd:double;
  dwc:endLatitude '41.9483'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1005'^^xsd:integer;
  dwc:aphiaid '127272'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '127272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8775 -16.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980107_85_EUP_002001'^^xsd:string;
  dwc:scientificName 'Meganyctiphanes norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.5633'^^xsd:double;
  dwc:startLongitude '-16.5633'^^xsd:double;
  dwc:endLongitude '-16.5633'^^xsd:double;
  dwc:latitude '41.8775'^^xsd:double;
  dwc:startLatitude '41.86'^^xsd:double;
  dwc:endLatitude '41.895'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '510'^^xsd:integer;
  dwc:aphiaid '110690'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.835 -16.65085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.835"^^xsd:decimal ;
  dwc:decimalLongitude "-16.65085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "395"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980113_85_FIS_784005'^^xsd:string;
  dwc:scientificName 'Stomias boa boa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.65085'^^xsd:double;
  dwc:startLongitude '-16.6317'^^xsd:double;
  dwc:endLongitude '-16.67'^^xsd:double;
  dwc:latitude '41.835'^^xsd:double;
  dwc:startLatitude '41.825'^^xsd:double;
  dwc:endLatitude '41.845'^^xsd:double;
  dwc:minimumDepth '395'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '234601'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '127374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8942 -16.8383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8942"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980117_86_OST_002001'^^xsd:string;
  dwc:scientificName 'Macrocypridina castanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.8383'^^xsd:double;
  dwc:startLongitude '-16.8183'^^xsd:double;
  dwc:endLongitude '-16.8583'^^xsd:double;
  dwc:latitude '41.8942'^^xsd:double;
  dwc:startLatitude '41.8867'^^xsd:double;
  dwc:endLatitude '41.9017'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '127716'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '127716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850775_8_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7183'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.04085'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.025'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850779_8_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.7608'^^xsd:double;
  dwc:startLongitude '-12.7483'^^xsd:double;
  dwc:endLongitude '-12.7733'^^xsd:double;
  dwc:latitude '44.03665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.02'^^xsd:double;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.7325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850782_8_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.7325'^^xsd:double;
  dwc:startLongitude '-12.7567'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.0283'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05665 -12.67415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.67415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850812_1_COP_072007'^^xsd:string;
  dwc:scientificName 'Scolecithricella dentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.67415'^^xsd:double;
  dwc:startLongitude '-12.65'^^xsd:double;
  dwc:endLongitude '-12.6983'^^xsd:double;
  dwc:latitude '44.05665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '620'^^xsd:integer;
  dwc:aphiaid '104807'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '104807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06415 -12.77665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850814_8_AMP_030001'^^xsd:string;
  dwc:scientificName 'Scina borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.77665'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.755'^^xsd:double;
  dwc:latitude '44.06415'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.055'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '103278'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '103278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05165 -12.7892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850816_8_MED_001000'^^xsd:string;
  dwc:scientificName 'Atolla sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7892'^^xsd:double;
  dwc:startLongitude '-12.8067'^^xsd:double;
  dwc:endLongitude '-12.7717'^^xsd:double;
  dwc:latitude '44.05165'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135248'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '135248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -12.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850854_8_FIS_011005'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8625'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.8767'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.1383'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.71585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850857_1_COP_076002'^^xsd:string;
  dwc:scientificName 'Undinella brevipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.71585'^^xsd:double;
  dwc:startLongitude '-12.7317'^^xsd:double;
  dwc:endLongitude '-12.7'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0367'^^xsd:double;
  dwc:endLatitude '44.0133'^^xsd:double;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104894'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '149693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12835 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850859_8_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7283'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.12835'^^xsd:double;
  dwc:startLatitude '44.11'^^xsd:double;
  dwc:endLatitude '44.1467'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.04085 -11.9025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "385"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '865301_8_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1975'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-11.9025'^^xsd:double;
  dwc:startLongitude '-11.9083'^^xsd:double;
  dwc:endLongitude '-11.8967'^^xsd:double;
  dwc:latitude '34.04085'^^xsd:double;
  dwc:startLatitude '34.0467'^^xsd:double;
  dwc:endLatitude '34.035'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '385'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1975-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9375 -13.03165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9375"^^xsd:decimal ;
  dwc:decimalLongitude "-13.03165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '893704_8_CAL_143031'^^xsd:string;
  dwc:scientificName 'Lensia panikkari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-13.03165'^^xsd:double;
  dwc:startLongitude '-13.0083'^^xsd:double;
  dwc:endLongitude '-13.055'^^xsd:double;
  dwc:latitude '43.9375'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9083'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '287266'^^xsd:integer;
  dwc:observationDate '1976-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '287266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.87 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.87"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1654"^^xsd:integer ;
  dwc:maximumDepthInMeters "1699"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '900700_230_FIS_797001'^^xsd:string;
  dwc:scientificName 'Scomber scombrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:startLongitude '-13.9133'^^xsd:double;
  dwc:endLongitude '-13.8767'^^xsd:double;
  dwc:latitude '27.87'^^xsd:double;
  dwc:startLatitude '27.8933'^^xsd:double;
  dwc:endLatitude '27.8467'^^xsd:double;
  dwc:minimumDepth '1654'^^xsd:integer;
  dwc:maximumDepth '1699'^^xsd:integer;
  dwc:aphiaid '127023'^^xsd:integer;
  dwc:observationDate '1976-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89085 -13.2283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2283"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851606_8_CAL_113001'^^xsd:string;
  dwc:scientificName 'Prayoides intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-13.2283'^^xsd:double;
  dwc:startLongitude '-13.2483'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '43.89085'^^xsd:double;
  dwc:startLatitude '43.86'^^xsd:double;
  dwc:endLatitude '43.9217'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135468'^^xsd:integer;
  dwc:observationDate '1974-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '135466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21835 -12.7575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.21835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851703_8_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7575'^^xsd:double;
  dwc:startLongitude '-12.775'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.21835'^^xsd:double;
  dwc:startLatitude '44.255'^^xsd:double;
  dwc:endLatitude '44.1817'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1974-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4125 -12.37415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4125"^^xsd:decimal ;
  dwc:decimalLongitude "-12.37415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '863307_1_OST_010500'^^xsd:string;
  dwc:scientificName 'Conchoecia loricata s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.37415'^^xsd:double;
  dwc:startLongitude '-12.395'^^xsd:double;
  dwc:endLongitude '-12.3533'^^xsd:double;
  dwc:latitude '44.4125'^^xsd:double;
  dwc:startLatitude '44.3767'^^xsd:double;
  dwc:endLatitude '44.4483'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '183083'^^xsd:integer;
  dwc:observationDate '1974-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09415 -12.9075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850910_8_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.9075'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.9667'^^xsd:double;
  dwc:latitude '44.09415'^^xsd:double;
  dwc:startLatitude '44.0833'^^xsd:double;
  dwc:endLatitude '44.105'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1974-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850937_1_OST_010808'^^xsd:string;
  dwc:scientificName 'Conchoecia teretivalvata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-12.7875'^^xsd:double;
  dwc:startLongitude '-12.825'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '43.78085'^^xsd:double;
  dwc:startLatitude '43.7617'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:observationDate '1974-04-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0692"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850862_1_COP_025003'^^xsd:string;
  dwc:scientificName 'Spinocalanus magnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8108'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.8233'^^xsd:double;
  dwc:latitude '44.0692'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.0817'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104853'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '104853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -12.84085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-12.84085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850864_1_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.84085'^^xsd:double;
  dwc:startLongitude '-12.8517'^^xsd:double;
  dwc:endLongitude '-12.83'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.145'^^xsd:double;
  dwc:endLatitude '44.12'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0658 -12.73835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0658"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850867_1_AMP_030009'^^xsd:string;
  dwc:scientificName 'Scina rattrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.73835'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.7467'^^xsd:double;
  dwc:latitude '44.0658'^^xsd:double;
  dwc:startLatitude '44.0483'^^xsd:double;
  dwc:endLatitude '44.0833'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '103283'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '103283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.7908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850847_8_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7908'^^xsd:double;
  dwc:startLongitude '-12.8033'^^xsd:double;
  dwc:endLongitude '-12.7783'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.075'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '465'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850850_1_COP_070012'^^xsd:string;
  dwc:scientificName 'Scaphocalanus curtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.8683'^^xsd:double;
  dwc:startLongitude '-12.8433'^^xsd:double;
  dwc:endLongitude '-12.8933'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.025'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104792'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '104792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01585 -12.78835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850852_1_OST_010450'^^xsd:string;
  dwc:scientificName 'Conchoecia haddoni s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.78835'^^xsd:double;
  dwc:startLongitude '-12.8117'^^xsd:double;
  dwc:endLongitude '-12.765'^^xsd:double;
  dwc:latitude '44.01585'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.01'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '183079'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0142 -12.71835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "585"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850826_8_MED_404001'^^xsd:string;
  dwc:scientificName 'Aglantha digitale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.71835'^^xsd:double;
  dwc:startLongitude '-12.7'^^xsd:double;
  dwc:endLongitude '-12.7367'^^xsd:double;
  dwc:latitude '44.0142'^^xsd:double;
  dwc:startLatitude '44.0017'^^xsd:double;
  dwc:endLatitude '44.0267'^^xsd:double;
  dwc:minimumDepth '585'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '117849'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '117849'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850843_1_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.765'^^xsd:double;
  dwc:startLongitude '-12.7883'^^xsd:double;
  dwc:endLongitude '-12.7417'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0583'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.035 -12.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.035"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850845_8_AMP_070004'^^xsd:string;
  dwc:scientificName 'Lanceola pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7083'^^xsd:double;
  dwc:startLongitude '-12.6833'^^xsd:double;
  dwc:endLongitude '-12.7333'^^xsd:double;
  dwc:latitude '44.035'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '103264'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '103264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.78915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850819_1_OST_010812'^^xsd:string;
  dwc:scientificName 'Conchoecia subinflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.78915'^^xsd:double;
  dwc:startLongitude '-12.765'^^xsd:double;
  dwc:endLongitude '-12.8133'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0283'^^xsd:double;
  dwc:endLatitude '44.0217'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0217 -12.6892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0217"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "615"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850822_1_COP_025001'^^xsd:string;
  dwc:scientificName 'Spinocalanus abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.6892'^^xsd:double;
  dwc:startLongitude '-12.6717'^^xsd:double;
  dwc:endLongitude '-12.7067'^^xsd:double;
  dwc:latitude '44.0217'^^xsd:double;
  dwc:startLatitude '44.0117'^^xsd:double;
  dwc:endLatitude '44.0317'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '615'^^xsd:integer;
  dwc:aphiaid '104846'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '1792081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07085 -12.75915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.75915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "612"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850824_1_OST_010700'^^xsd:string;
  dwc:scientificName 'Conchoecia imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.75915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.745'^^xsd:double;
  dwc:latitude '44.07085'^^xsd:double;
  dwc:startLatitude '44.0817'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '612'^^xsd:integer;
  dwc:aphiaid '183080'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '127778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850804_1_COP_092024'^^xsd:string;
  dwc:scientificName 'Euaugaptilus laticeps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70085'^^xsd:double;
  dwc:startLongitude '-12.7217'^^xsd:double;
  dwc:endLongitude '-12.68'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '104397'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850806_8_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70415'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6783'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0775 -12.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0775"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "525"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850809_8_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.7625'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.795'^^xsd:double;
  dwc:latitude '44.0775'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.0983'^^xsd:double;
  dwc:minimumDepth '525'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850786_8_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.79915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.825'^^xsd:double;
  dwc:latitude '44.06085'^^xsd:double;
  dwc:startLatitude '44.065'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-12.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850790_8_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.815'^^xsd:double;
  dwc:startLongitude '-12.8417'^^xsd:double;
  dwc:endLongitude '-12.7883'^^xsd:double;
  dwc:latitude '44.0675'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 -12.71335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850793_8_PHY_011000'^^xsd:string;
  dwc:scientificName 'Apolemia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.71335'^^xsd:double;
  dwc:startLongitude '-12.69'^^xsd:double;
  dwc:endLongitude '-12.7367'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.0467'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135393'^^xsd:integer;
  dwc:observationDate '1974-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '135393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0417 -12.73665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "93"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850750_1_COP_019000'^^xsd:string;
  dwc:scientificName 'Clausocalanus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.73665'^^xsd:double;
  dwc:startLongitude '-12.7233'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.0417'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '93'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02415 -12.76415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850757_1_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.76415'^^xsd:double;
  dwc:startLongitude '-12.7333'^^xsd:double;
  dwc:endLongitude '-12.795'^^xsd:double;
  dwc:latitude '44.02415'^^xsd:double;
  dwc:startLatitude '44.0033'^^xsd:double;
  dwc:endLatitude '44.045'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8525"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850763_8_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.8525'^^xsd:double;
  dwc:startLongitude '-12.87'^^xsd:double;
  dwc:endLongitude '-12.835'^^xsd:double;
  dwc:latitude '43.97915'^^xsd:double;
  dwc:startLatitude '44.0083'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1974-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -12.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.86"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850727_8_FIS_135007'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-12.79'^^xsd:double;
  dwc:startLongitude '-12.8133'^^xsd:double;
  dwc:endLongitude '-12.7667'^^xsd:double;
  dwc:latitude '43.86'^^xsd:double;
  dwc:startLatitude '43.8667'^^xsd:double;
  dwc:endLatitude '43.8533'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:observationDate '1974-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0517 -12.70915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "95"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850739_1_COP_012001'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.70915'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6883'^^xsd:double;
  dwc:latitude '44.0517'^^xsd:double;
  dwc:startLatitude '44.0417'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '95'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104685'^^xsd:integer;
  dwc:observationDate '1974-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05415 -12.7308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850745_1_COP_048001'^^xsd:string;
  dwc:scientificName 'Undeuchaeta plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.7308'^^xsd:double;
  dwc:startLongitude '-12.7533'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.05415'^^xsd:double;
  dwc:startLatitude '44.0383'^^xsd:double;
  dwc:endLatitude '44.07'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104343'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.97 -39.08585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.97"^^xsd:decimal ;
  dwc:decimalLongitude "-39.08585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827100_8_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-39.08585'^^xsd:double;
  dwc:startLongitude '-39.04'^^xsd:double;
  dwc:endLongitude '-39.1317'^^xsd:double;
  dwc:latitude '31.97'^^xsd:double;
  dwc:startLatitude '31.9667'^^xsd:double;
  dwc:endLatitude '31.9733'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1973-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.085 -13.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850709_8_CAL_112001'^^xsd:string;
  dwc:scientificName 'Praya dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.0775'^^xsd:double;
  dwc:startLongitude '-13.0283'^^xsd:double;
  dwc:endLongitude '-13.1267'^^xsd:double;
  dwc:latitude '44.085'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.0683'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135466'^^xsd:integer;
  dwc:observationDate '1974-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3875 -13.0725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3875"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850717_8_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-13.0725'^^xsd:double;
  dwc:startLongitude '-13.055'^^xsd:double;
  dwc:endLongitude '-13.09'^^xsd:double;
  dwc:latitude '44.3875'^^xsd:double;
  dwc:startLatitude '44.4083'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1974-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.235"^^xsd:decimal ;
  dwc:decimalLongitude "-23.82415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826400_8_CAL_142002'^^xsd:string;
  dwc:scientificName 'Diphyes bojani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-23.82415'^^xsd:double;
  dwc:startLongitude '-23.82'^^xsd:double;
  dwc:endLongitude '-23.8283'^^xsd:double;
  dwc:latitude '32.235'^^xsd:double;
  dwc:startLatitude '32.1867'^^xsd:double;
  dwc:endLatitude '32.2833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135419'^^xsd:integer;
  dwc:observationDate '1973-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '135419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.065 -27.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.065"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826500_8_EUP_007007'^^xsd:string;
  dwc:scientificName 'Thysanoessa gregaria small'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-27.1967'^^xsd:double;
  dwc:startLongitude '-27.2017'^^xsd:double;
  dwc:endLongitude '-27.1917'^^xsd:double;
  dwc:latitude '32.065'^^xsd:double;
  dwc:startLatitude '32.0167'^^xsd:double;
  dwc:endLatitude '32.1133'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '110707'^^xsd:integer;
  dwc:observationDate '1973-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '110707'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0575 -34.37165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0575"^^xsd:decimal ;
  dwc:decimalLongitude "-34.37165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827000_8_FIS_261014'^^xsd:string;
  dwc:scientificName 'Eustomias braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-34.37165'^^xsd:double;
  dwc:startLongitude '-34.3783'^^xsd:double;
  dwc:endLongitude '-34.365'^^xsd:double;
  dwc:latitude '32.0575'^^xsd:double;
  dwc:startLatitude '32.0083'^^xsd:double;
  dwc:endLatitude '32.1067'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127341'^^xsd:integer;
  dwc:observationDate '1973-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '127341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0042 -23.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0042"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "245"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785678_1_CHA_001010'^^xsd:string;
  dwc:scientificName 'Sagitta serratodentata atl.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-23.1975'^^xsd:double;
  dwc:startLongitude '-23.175'^^xsd:double;
  dwc:endLongitude '-23.22'^^xsd:double;
  dwc:latitude '30.0042'^^xsd:double;
  dwc:startLatitude '29.9967'^^xsd:double;
  dwc:endLatitude '30.0117'^^xsd:double;
  dwc:minimumDepth '245'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '154095'^^xsd:integer;
  dwc:observationDate '1972-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '379365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1341"^^xsd:integer ;
  dwc:maximumDepthInMeters "1356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785705_210_FIS_001001'^^xsd:string;
  dwc:scientificName 'Aldrovandia affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.52'^^xsd:double;
  dwc:startLongitude '-14.5233'^^xsd:double;
  dwc:endLongitude '-14.5167'^^xsd:double;
  dwc:latitude '36.7825'^^xsd:double;
  dwc:startLatitude '36.7767'^^xsd:double;
  dwc:endLatitude '36.7883'^^xsd:double;
  dwc:minimumDepth '1341'^^xsd:integer;
  dwc:maximumDepth '1356'^^xsd:integer;
  dwc:aphiaid '126637'^^xsd:integer;
  dwc:observationDate '1972-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126637'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14665"^^xsd:decimal ;
  dwc:decimalLongitude "-20.4525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826300_1_COP_200008'^^xsd:string;
  dwc:scientificName 'Oncaea conifera v. minus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-20.4525'^^xsd:double;
  dwc:startLongitude '-20.435'^^xsd:double;
  dwc:endLongitude '-20.47'^^xsd:double;
  dwc:latitude '32.14665'^^xsd:double;
  dwc:startLatitude '32.0983'^^xsd:double;
  dwc:endLatitude '32.195'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:observationDate '1973-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.89165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '748001_8_FIS_786000'^^xsd:string;
  dwc:scientificName 'Searsiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0258'^^xsd:double;
  dwc:startLongitude '-20.1233'^^xsd:double;
  dwc:endLongitude '-19.9283'^^xsd:double;
  dwc:latitude '39.89165'^^xsd:double;
  dwc:startLatitude '39.92'^^xsd:double;
  dwc:endLatitude '39.8633'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:aphiaid '154160'^^xsd:integer;
  dwc:observationDate '1970-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '125514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010001'^^xsd:string;
  dwc:scientificName 'Conchoecia spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '183091'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '127846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770921_8_FIS_135007'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-19.9267'^^xsd:double;
  dwc:startLongitude '-19.8917'^^xsd:double;
  dwc:endLongitude '-19.9617'^^xsd:double;
  dwc:latitude '60.20085'^^xsd:double;
  dwc:startLatitude '60.1667'^^xsd:double;
  dwc:endLatitude '60.235'^^xsd:double;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:observationDate '1971-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_AMP_030040'^^xsd:string;
  dwc:scientificName 'Scina rattrayi var'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '103283'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '103283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_EUP_007005'^^xsd:string;
  dwc:scientificName 'Thysanoessa longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '110709'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0392"^^xsd:decimal ;
  dwc:decimalLongitude "-20.01665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771161_8_EUP_001010'^^xsd:string;
  dwc:scientificName 'Thysanopoda acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.01665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0233'^^xsd:double;
  dwc:latitude '53.0392'^^xsd:double;
  dwc:startLatitude '52.9817'^^xsd:double;
  dwc:endLatitude '53.0967'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '110712'^^xsd:integer;
  dwc:observationDate '1971-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "405"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785602_8_EUP_005028'^^xsd:string;
  dwc:scientificName 'Euphausia hemigibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.0225'^^xsd:double;
  dwc:startLongitude '-23.015'^^xsd:double;
  dwc:endLongitude '-23.03'^^xsd:double;
  dwc:latitude '29.9308'^^xsd:double;
  dwc:startLatitude '29.9683'^^xsd:double;
  dwc:endLatitude '29.8933'^^xsd:double;
  dwc:minimumDepth '405'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:aphiaid '110686'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '110686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785604_8_DEC_005000'^^xsd:string;
  dwc:scientificName 'Ephyrina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.10915'^^xsd:double;
  dwc:startLongitude '-23.09'^^xsd:double;
  dwc:endLongitude '-23.1283'^^xsd:double;
  dwc:latitude '29.7125'^^xsd:double;
  dwc:startLatitude '29.75'^^xsd:double;
  dwc:endLatitude '29.675'^^xsd:double;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107019'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '107019'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8175"^^xsd:decimal ;
  dwc:decimalLongitude "-23.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785607_8_CAL_191002'^^xsd:string;
  dwc:scientificName 'Abylopsis eschscholtzii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.055'^^xsd:double;
  dwc:startLongitude '-23.0467'^^xsd:double;
  dwc:endLongitude '-23.0633'^^xsd:double;
  dwc:latitude '29.8175'^^xsd:double;
  dwc:startLatitude '29.8517'^^xsd:double;
  dwc:endLatitude '29.7833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '895'^^xsd:integer;
  dwc:aphiaid '196656'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '196656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785667_1_CHA_002000'^^xsd:string;
  dwc:scientificName 'Eukrohnia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2225'^^xsd:double;
  dwc:startLongitude '-23.2'^^xsd:double;
  dwc:endLongitude '-23.245'^^xsd:double;
  dwc:latitude '30.0817'^^xsd:double;
  dwc:startLatitude '30.0767'^^xsd:double;
  dwc:endLatitude '30.0867'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '105399'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '105399'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09335"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785672_1_COP_072007'^^xsd:string;
  dwc:scientificName 'Scolecithricella dentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2692'^^xsd:double;
  dwc:startLongitude '-23.2517'^^xsd:double;
  dwc:endLongitude '-23.2867'^^xsd:double;
  dwc:latitude '30.09335'^^xsd:double;
  dwc:startLatitude '30.08'^^xsd:double;
  dwc:endLatitude '30.1067'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104807'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.20585 -23.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.20585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785675_1_COP_070020'^^xsd:string;
  dwc:scientificName 'Scaphocalanus amplius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2917'^^xsd:double;
  dwc:startLongitude '-23.2767'^^xsd:double;
  dwc:endLongitude '-23.3067'^^xsd:double;
  dwc:latitude '30.20585'^^xsd:double;
  dwc:startLatitude '30.1917'^^xsd:double;
  dwc:endLatitude '30.22'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104787'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83335 -22.92915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83335"^^xsd:decimal ;
  dwc:decimalLongitude "-22.92915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785640_1_OST_010550'^^xsd:string;
  dwc:scientificName 'Conchoecia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-22.92915'^^xsd:double;
  dwc:startLongitude '-22.9233'^^xsd:double;
  dwc:endLongitude '-22.935'^^xsd:double;
  dwc:latitude '29.83335'^^xsd:double;
  dwc:startLatitude '29.8267'^^xsd:double;
  dwc:endLatitude '29.84'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '127773'^^xsd:integer;
  dwc:observationDate '1972-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '127773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785650_8_FIS_406001'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.015'^^xsd:double;
  dwc:startLongitude '-23.0033'^^xsd:double;
  dwc:endLongitude '-23.0267'^^xsd:double;
  dwc:latitude '30.14585'^^xsd:double;
  dwc:startLatitude '30.0617'^^xsd:double;
  dwc:endLatitude '30.23'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785652_8_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-23.10665'^^xsd:double;
  dwc:startLongitude '-23.0883'^^xsd:double;
  dwc:endLongitude '-23.125'^^xsd:double;
  dwc:latitude '29.85915'^^xsd:double;
  dwc:startLatitude '29.9433'^^xsd:double;
  dwc:endLatitude '29.775'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_007013'^^xsd:string;
  dwc:scientificName 'Thysanoessa gregaria large and small'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110707'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110707'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94665"^^xsd:decimal ;
  dwc:decimalLongitude "-22.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785624_8_FIS_579001'^^xsd:string;
  dwc:scientificName 'Nemichthys scolopaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.995'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.995'^^xsd:double;
  dwc:latitude '29.94665'^^xsd:double;
  dwc:startLatitude '29.985'^^xsd:double;
  dwc:endLatitude '29.9083'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '126306'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '126306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9825"^^xsd:decimal ;
  dwc:decimalLongitude "-22.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785637_8_FIS_467001'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.97'^^xsd:double;
  dwc:startLongitude '-22.98'^^xsd:double;
  dwc:endLongitude '-22.96'^^xsd:double;
  dwc:latitude '29.9825'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '29.9433'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6733 -23.0675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6733"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0675"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785615_8_FIS_912001'^^xsd:string;
  dwc:scientificName 'Valenciennellus tripunctulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0675'^^xsd:double;
  dwc:startLongitude '-23.0617'^^xsd:double;
  dwc:endLongitude '-23.0733'^^xsd:double;
  dwc:latitude '29.6733'^^xsd:double;
  dwc:startLatitude '29.7183'^^xsd:double;
  dwc:endLatitude '29.6283'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127316'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '127316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785617_8_EUP_005005'^^xsd:string;
  dwc:scientificName 'Euphausia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0925'^^xsd:double;
  dwc:startLongitude '-23.08'^^xsd:double;
  dwc:endLongitude '-23.105'^^xsd:double;
  dwc:latitude '29.83915'^^xsd:double;
  dwc:startLatitude '29.8733'^^xsd:double;
  dwc:endLatitude '29.805'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110683'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93085"^^xsd:decimal ;
  dwc:decimalLongitude "-22.98415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785620_8_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-22.98415'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.9733'^^xsd:double;
  dwc:latitude '29.93085'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.8867'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.06085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785609_1_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.06085'^^xsd:double;
  dwc:startLongitude '-23.04'^^xsd:double;
  dwc:endLongitude '-23.0817'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.865'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_CAL_143020'^^xsd:string;
  dwc:scientificName 'Lensia exeter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135428'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785614_1_CAL_164001'^^xsd:string;
  dwc:scientificName 'Heteropyramis maculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.03085'^^xsd:double;
  dwc:startLongitude '-23.02'^^xsd:double;
  dwc:endLongitude '-23.0417'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:startLatitude '29.8367'^^xsd:double;
  dwc:endLatitude '29.7633'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135416'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135416'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.08835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771115_1_OST_010700'^^xsd:string;
  dwc:scientificName 'Conchoecia imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-20.08835'^^xsd:double;
  dwc:startLongitude '-20.155'^^xsd:double;
  dwc:endLongitude '-20.0217'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.8733'^^xsd:double;
  dwc:endLatitude '52.8967'^^xsd:double;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '183080'^^xsd:integer;
  dwc:observationDate '1971-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '127778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^xsd:decimal ;
  dwc:decimalLongitude "-20.07665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771124_8_FIS_072002'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-20.07665'^^xsd:double;
  dwc:startLongitude '-20.07'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '52.85'^^xsd:double;
  dwc:startLatitude '52.8667'^^xsd:double;
  dwc:endLatitude '52.8333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:observationDate '1971-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_070004'^^xsd:string;
  dwc:scientificName 'Lanceola pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '103264'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '103264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.90915"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9417"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771107_1_OST_010550'^^xsd:string;
  dwc:scientificName 'Conchoecia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-19.9417'^^xsd:double;
  dwc:startLongitude '-19.9967'^^xsd:double;
  dwc:endLongitude '-19.8867'^^xsd:double;
  dwc:latitude '52.90915'^^xsd:double;
  dwc:startLatitude '52.91'^^xsd:double;
  dwc:endLatitude '52.9083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127773'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7725"^^xsd:decimal ;
  dwc:decimalLongitude "-20.14585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771110_1_OST_010653'^^xsd:string;
  dwc:scientificName 'Conchoecia borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-20.14585'^^xsd:double;
  dwc:startLongitude '-20.21'^^xsd:double;
  dwc:endLongitude '-20.0817'^^xsd:double;
  dwc:latitude '52.7725'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.785'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '146852'^^xsd:integer;
  dwc:observationDate '1971-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '127766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_1_OST_010652'^^xsd:string;
  dwc:scientificName 'Conchoecia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770963_8_FIS_781000'^^xsd:string;
  dwc:scientificName 'Serrivomer sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.0025'^^xsd:double;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20.005'^^xsd:double;
  dwc:latitude '60.05835'^^xsd:double;
  dwc:startLatitude '60.01'^^xsd:double;
  dwc:endLatitude '60.1067'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '125650'^^xsd:integer;
  dwc:observationDate '1971-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-20.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770991_8_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-20.02585'^^xsd:double;
  dwc:startLongitude '-19.91'^^xsd:double;
  dwc:endLongitude '-20.1417'^^xsd:double;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.84'^^xsd:double;
  dwc:endLatitude '59.82'^^xsd:double;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1971-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_021000'^^xsd:string;
  dwc:scientificName 'Alepocephalidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '125507'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '125507'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16415 -19.9283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.16415"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770927_8_MYS_003001'^^xsd:string;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.9283'^^xsd:double;
  dwc:startLongitude '-19.9983'^^xsd:double;
  dwc:endLongitude '-19.8583'^^xsd:double;
  dwc:latitude '60.16415'^^xsd:double;
  dwc:startLatitude '60.145'^^xsd:double;
  dwc:endLatitude '60.1833'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7892 -20.09835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-20.09835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740634_8_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.09835'^^xsd:double;
  dwc:startLongitude '-20.1567'^^xsd:double;
  dwc:endLongitude '-20.04'^^xsd:double;
  dwc:latitude '39.7892'^^xsd:double;
  dwc:startLatitude '39.7867'^^xsd:double;
  dwc:endLatitude '39.7917'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_004002'^^xsd:string;
  dwc:scientificName 'Archiconcoecia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:aphiaid '127739'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '176633'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010009'^^xsd:string;
  dwc:scientificName 'Conchoecia inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '183081'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2642"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5090301_230_FIS_117002'^^xsd:string;
  dwc:scientificName 'Coelorinchus occa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.4033'^^xsd:double;
  dwc:startLongitude '-13.3883'^^xsd:double;
  dwc:endLongitude '-13.4183'^^xsd:double;
  dwc:latitude '51.2642'^^xsd:double;
  dwc:startLatitude '51.2767'^^xsd:double;
  dwc:endLatitude '51.2517'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '158950'^^xsd:integer;
  dwc:observationDate '1980-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '280323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2483 -13.21665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-13.21665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1530"^^xsd:integer ;
  dwc:maximumDepthInMeters "1540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5111302_203_FIS_740001'^^xsd:string;
  dwc:scientificName 'Rouleina atrita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-13.21665'^^xsd:double;
  dwc:startLongitude '-13.205'^^xsd:double;
  dwc:endLongitude '-13.2283'^^xsd:double;
  dwc:latitude '51.2483'^^xsd:double;
  dwc:startLatitude '51.2533'^^xsd:double;
  dwc:endLatitude '51.2433'^^xsd:double;
  dwc:minimumDepth '1530'^^xsd:integer;
  dwc:maximumDepth '1540'^^xsd:integer;
  dwc:aphiaid '126709'^^xsd:integer;
  dwc:observationDate '1981-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0258"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "712"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5060701_230_FIS_002001'^^xsd:string;
  dwc:scientificName 'Alepocephalus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '-14.2017'^^xsd:double;
  dwc:endLongitude '-14.1217'^^xsd:double;
  dwc:latitude '51.0258'^^xsd:double;
  dwc:startLatitude '51.0283'^^xsd:double;
  dwc:endLatitude '51.0233'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '712'^^xsd:integer;
  dwc:aphiaid '126684'^^xsd:integer;
  dwc:observationDate '1979-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_141003'^^xsd:string;
  dwc:scientificName 'Conocara murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '126697'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1605"^^xsd:integer ;
  dwc:maximumDepthInMeters "1694"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5081001_230_FIS_507001'^^xsd:string;
  dwc:scientificName 'Myxine ios'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-12.6983'^^xsd:double;
  dwc:startLongitude '-12.6983'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1605'^^xsd:integer;
  dwc:maximumDepth '1694'^^xsd:integer;
  dwc:aphiaid '101171'^^xsd:integer;
  dwc:observationDate '1980-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '101171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1994 -19.552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1994"^^xsd:decimal ;
  dwc:decimalLongitude "-19.552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179425_84_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.552'^^xsd:double;
  dwc:startLongitude '-19.5608'^^xsd:double;
  dwc:endLongitude '-19.5432'^^xsd:double;
  dwc:latitude '47.1994'^^xsd:double;
  dwc:startLatitude '47.1808'^^xsd:double;
  dwc:endLatitude '47.218'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2766"^^xsd:decimal ;
  dwc:decimalLongitude "-19.45395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179437_86_DEC_004001'^^xsd:string;
  dwc:scientificName 'Hymenodora glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.45395'^^xsd:double;
  dwc:startLongitude '-19.4732'^^xsd:double;
  dwc:endLongitude '-19.4347'^^xsd:double;
  dwc:latitude '47.2766'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2875'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '107590'^^xsd:integer;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.34665 -25.00415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.34665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.00415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126206_83_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-25.00415'^^xsd:double;
  dwc:startLongitude '-25.04'^^xsd:double;
  dwc:endLongitude '-24.9683'^^xsd:double;
  dwc:latitude '31.34665'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.3833'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1985-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3278"^^xsd:decimal ;
  dwc:decimalLongitude "-19.3636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179401_84_MED_406001'^^xsd:string;
  dwc:scientificName 'Colobonema sericeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-19.3636'^^xsd:double;
  dwc:startLongitude '-19.3905'^^xsd:double;
  dwc:endLongitude '-19.3367'^^xsd:double;
  dwc:latitude '47.3278'^^xsd:double;
  dwc:startLatitude '47.3163'^^xsd:double;
  dwc:endLatitude '47.3393'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '117854'^^xsd:integer;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_DEC_036013'^^xsd:string;
  dwc:scientificName 'Sergestes arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '107125'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '515738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_CAL_143031'^^xsd:string;
  dwc:scientificName 'Lensia panikkari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '287266'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '287266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41835"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126127_82_CAL_147002'^^xsd:string;
  dwc:scientificName 'Eudoxoides spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3708'^^xsd:double;
  dwc:startLongitude '-25.3733'^^xsd:double;
  dwc:endLongitude '-25.3683'^^xsd:double;
  dwc:latitude '31.41835'^^xsd:double;
  dwc:startLatitude '31.435'^^xsd:double;
  dwc:endLatitude '31.4017'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '135424'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126132_84_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3725'^^xsd:double;
  dwc:startLongitude '-25.355'^^xsd:double;
  dwc:endLongitude '-25.39'^^xsd:double;
  dwc:latitude '31.20085'^^xsd:double;
  dwc:startLatitude '31.205'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2108"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6233"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126139_84_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-25.6233'^^xsd:double;
  dwc:startLongitude '-25.6233'^^xsd:double;
  dwc:endLongitude '-25.6233'^^xsd:double;
  dwc:latitude '31.2108'^^xsd:double;
  dwc:startLatitude '31.1933'^^xsd:double;
  dwc:endLatitude '31.2283'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1985-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5208"^^xsd:decimal ;
  dwc:decimalLongitude "-31.9925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038225_86_CAL_132002'^^xsd:string;
  dwc:scientificName 'Vogtia pentacantha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.9925'^^xsd:double;
  dwc:startLongitude '-31.9583'^^xsd:double;
  dwc:endLongitude '-32.0267'^^xsd:double;
  dwc:latitude '32.5208'^^xsd:double;
  dwc:startLatitude '32.5233'^^xsd:double;
  dwc:endLatitude '32.5183'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135451'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '135451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7325 -32.14415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7325"^^xsd:decimal ;
  dwc:decimalLongitude "-32.14415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038231_8_PTE_023010'^^xsd:string;
  dwc:scientificName 'Clio cuspidata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-32.14415'^^xsd:double;
  dwc:startLongitude '-32.1583'^^xsd:double;
  dwc:endLongitude '-32.13'^^xsd:double;
  dwc:latitude '32.7325'^^xsd:double;
  dwc:startLatitude '32.7017'^^xsd:double;
  dwc:endLatitude '32.7633'^^xsd:double;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1210'^^xsd:integer;
  dwc:aphiaid '139032'^^xsd:integer;
  dwc:observationDate '1981-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '139032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65165 -14.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65165"^^xsd:decimal ;
  dwc:decimalLongitude "-14.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1104001_84_EUP_008008'^^xsd:string;
  dwc:scientificName 'Nematoscelis atlantica 3/4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.685'^^xsd:double;
  dwc:startLongitude '-14.6617'^^xsd:double;
  dwc:endLongitude '-14.7083'^^xsd:double;
  dwc:latitude '39.65165'^^xsd:double;
  dwc:startLatitude '39.65'^^xsd:double;
  dwc:endLatitude '39.6533'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110694'^^xsd:integer;
  dwc:observationDate '1984-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1649783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105001_84_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1642'^^xsd:double;
  dwc:startLongitude '-14.1817'^^xsd:double;
  dwc:endLongitude '-14.1467'^^xsd:double;
  dwc:latitude '45.67665'^^xsd:double;
  dwc:startLatitude '45.69'^^xsd:double;
  dwc:endLatitude '45.6633'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1984-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_130000'^^xsd:string;
  dwc:scientificName 'Hippopodius/vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135339'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1106602_85_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.14915'^^xsd:double;
  dwc:startLongitude '-14.1433'^^xsd:double;
  dwc:endLongitude '-14.155'^^xsd:double;
  dwc:latitude '43.9525'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9233'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1984-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69915 -15.1325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69915"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109001_84_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.1325'^^xsd:double;
  dwc:startLongitude '-15.1433'^^xsd:double;
  dwc:endLongitude '-15.1217'^^xsd:double;
  dwc:latitude '39.69915'^^xsd:double;
  dwc:startLatitude '39.7033'^^xsd:double;
  dwc:endLatitude '39.695'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_82_OST_010105'^^xsd:string;
  dwc:scientificName 'Conchoecia vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.30335"^^xsd:decimal ;
  dwc:decimalLongitude "-25.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126112_81_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.50665'^^xsd:double;
  dwc:startLongitude '-25.5283'^^xsd:double;
  dwc:endLongitude '-25.485'^^xsd:double;
  dwc:latitude '31.30335'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.2967'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_135007'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_82_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_008001'^^xsd:string;
  dwc:scientificName 'Halocypria globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:aphiaid '127793'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1075"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112128_85_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-21.52835'^^xsd:double;
  dwc:startLongitude '-21.5567'^^xsd:double;
  dwc:endLongitude '-21.5'^^xsd:double;
  dwc:latitude '41.1075'^^xsd:double;
  dwc:startLatitude '41.1317'^^xsd:double;
  dwc:endLatitude '41.0833'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.29585 -33.63835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-33.63835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1400"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037637_84_EUP_001011'^^xsd:string;
  dwc:scientificName 'Thysanopoda cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.63835'^^xsd:double;
  dwc:startLongitude '-33.6617'^^xsd:double;
  dwc:endLongitude '-33.615'^^xsd:double;
  dwc:latitude '33.29585'^^xsd:double;
  dwc:startLatitude '33.27'^^xsd:double;
  dwc:endLatitude '33.3217'^^xsd:double;
  dwc:minimumDepth '1400'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '110714'^^xsd:integer;
  dwc:observationDate '1981-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.475"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037801_84_CAL_141003'^^xsd:string;
  dwc:scientificName 'Sulculeolaria turgida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-29.98085'^^xsd:double;
  dwc:startLongitude '-30.005'^^xsd:double;
  dwc:endLongitude '-29.9567'^^xsd:double;
  dwc:latitude '32.475'^^xsd:double;
  dwc:startLatitude '32.4933'^^xsd:double;
  dwc:endLatitude '32.4567'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '135448'^^xsd:integer;
  dwc:observationDate '1981-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3975"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037807_86_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8425'^^xsd:double;
  dwc:startLongitude '-29.8483'^^xsd:double;
  dwc:endLongitude '-29.8367'^^xsd:double;
  dwc:latitude '32.3975'^^xsd:double;
  dwc:startLatitude '32.4133'^^xsd:double;
  dwc:endLatitude '32.3817'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5608 -32.08585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5608"^^xsd:decimal ;
  dwc:decimalLongitude "-32.08585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038211_84_PTE_100100'^^xsd:string;
  dwc:scientificName 'Unidentified thecosomata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.08585'^^xsd:double;
  dwc:startLongitude '-32.055'^^xsd:double;
  dwc:endLongitude '-32.1167'^^xsd:double;
  dwc:latitude '32.5608'^^xsd:double;
  dwc:startLatitude '32.5633'^^xsd:double;
  dwc:endLatitude '32.5583'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '13703'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_006003'^^xsd:string;
  dwc:scientificName 'Meningodora miccyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '107595'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-31.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038220_84_DEC_034004'^^xsd:string;
  dwc:scientificName 'Sergia splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.885'^^xsd:double;
  dwc:startLongitude '-31.9033'^^xsd:double;
  dwc:endLongitude '-31.8667'^^xsd:double;
  dwc:latitude '32.5867'^^xsd:double;
  dwc:startLatitude '32.5867'^^xsd:double;
  dwc:endLatitude '32.5867'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '107137'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1056501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94915"^^xsd:decimal ;
  dwc:decimalLongitude "-34.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038028_85_CAL_130000'^^xsd:string;
  dwc:scientificName 'Hippopodius/vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.02'^^xsd:double;
  dwc:startLongitude '-33.9967'^^xsd:double;
  dwc:endLongitude '-34.0433'^^xsd:double;
  dwc:latitude '29.94915'^^xsd:double;
  dwc:startLatitude '29.96'^^xsd:double;
  dwc:endLatitude '29.9383'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135339'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9675 -34.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9675"^^xsd:decimal ;
  dwc:decimalLongitude "-34.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038032_86_CAL_147001'^^xsd:string;
  dwc:scientificName 'Eudoxoides mitra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.08'^^xsd:double;
  dwc:startLongitude '-34.0533'^^xsd:double;
  dwc:endLongitude '-34.1067'^^xsd:double;
  dwc:latitude '29.9675'^^xsd:double;
  dwc:startLatitude '29.9767'^^xsd:double;
  dwc:endLatitude '29.9583'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '805'^^xsd:integer;
  dwc:aphiaid '135423'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.90165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038202_84_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-31.90165'^^xsd:double;
  dwc:startLongitude '-31.9483'^^xsd:double;
  dwc:endLongitude '-31.855'^^xsd:double;
  dwc:latitude '32.54165'^^xsd:double;
  dwc:startLatitude '32.53'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1981-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.59665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.76915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038207_86_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-31.76915'^^xsd:double;
  dwc:startLongitude '-31.7483'^^xsd:double;
  dwc:endLongitude '-31.79'^^xsd:double;
  dwc:latitude '32.59665'^^xsd:double;
  dwc:startLatitude '32.605'^^xsd:double;
  dwc:endLatitude '32.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.8825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038002_85_EUP_010002'^^xsd:string;
  dwc:scientificName 'Stylocheiron affine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-33.8825'^^xsd:double;
  dwc:startLongitude '-33.915'^^xsd:double;
  dwc:endLongitude '-33.85'^^xsd:double;
  dwc:latitude '30.0275'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '30.0333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110700'^^xsd:integer;
  dwc:observationDate '1981-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '110700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_002001'^^xsd:string;
  dwc:scientificName 'Systellaspis debilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107605'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1790004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-33.91165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038022_85_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-33.91165'^^xsd:double;
  dwc:startLongitude '-33.9433'^^xsd:double;
  dwc:endLongitude '-33.88'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.0633'^^xsd:double;
  dwc:endLatitude '30.0767'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_009001'^^xsd:string;
  dwc:scientificName 'Nematobrachion flexipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110692'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '110692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0975 -33.1475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037931_85_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.1475'^^xsd:double;
  dwc:startLongitude '-33.18'^^xsd:double;
  dwc:endLongitude '-33.115'^^xsd:double;
  dwc:latitude '35.0975'^^xsd:double;
  dwc:startLatitude '35.11'^^xsd:double;
  dwc:endLatitude '35.085'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.01165"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037939_84_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-32.88915'^^xsd:double;
  dwc:startLongitude '-32.8633'^^xsd:double;
  dwc:endLongitude '-32.915'^^xsd:double;
  dwc:latitude '35.01165'^^xsd:double;
  dwc:startLatitude '34.985'^^xsd:double;
  dwc:endLatitude '35.0383'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04165"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037901_84_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.0967'^^xsd:double;
  dwc:startLongitude '-33.0617'^^xsd:double;
  dwc:endLongitude '-33.1317'^^xsd:double;
  dwc:latitude '35.04165'^^xsd:double;
  dwc:startLatitude '35.035'^^xsd:double;
  dwc:endLatitude '35.0483'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_DEC_036012'^^xsd:string;
  dwc:scientificName 'Sergestes cornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '107128'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '1056478'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_CAL_191002'^^xsd:string;
  dwc:scientificName 'Abylopsis eschscholtzii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196656'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '196656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3742"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037813_86_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8992'^^xsd:double;
  dwc:startLongitude '-29.8867'^^xsd:double;
  dwc:endLongitude '-29.9117'^^xsd:double;
  dwc:latitude '32.3742'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.4017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_008014'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps/atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '110676'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1649781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-29.88415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037823_86_CAL_162000'^^xsd:string;
  dwc:scientificName 'Chuniphyes sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.88415'^^xsd:double;
  dwc:startLongitude '-29.87'^^xsd:double;
  dwc:endLongitude '-29.8983'^^xsd:double;
  dwc:latitude '32.4625'^^xsd:double;
  dwc:startLatitude '32.4483'^^xsd:double;
  dwc:endLatitude '32.4767'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135356'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '135356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66665"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037828_85_DEC_002001'^^xsd:string;
  dwc:scientificName 'Systellaspis debilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.66665'^^xsd:double;
  dwc:startLongitude '-29.6883'^^xsd:double;
  dwc:endLongitude '-29.645'^^xsd:double;
  dwc:latitude '32.17335'^^xsd:double;
  dwc:startLatitude '32.1967'^^xsd:double;
  dwc:endLatitude '32.15'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107605'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '1790004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1825"^^xsd:decimal ;
  dwc:decimalLongitude "-33.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037615_86_DEC_036008'^^xsd:string;
  dwc:scientificName 'Sergestes vigilax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.4575'^^xsd:double;
  dwc:startLongitude '-33.475'^^xsd:double;
  dwc:endLongitude '-33.44'^^xsd:double;
  dwc:latitude '33.1825'^^xsd:double;
  dwc:startLatitude '33.215'^^xsd:double;
  dwc:endLatitude '33.15'^^xsd:double;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:aphiaid '107133'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '514141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037621_84_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.36165'^^xsd:double;
  dwc:startLongitude '-33.3633'^^xsd:double;
  dwc:endLongitude '-33.36'^^xsd:double;
  dwc:latitude '33.01'^^xsd:double;
  dwc:startLatitude '33.0383'^^xsd:double;
  dwc:endLatitude '32.9817'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_001011'^^xsd:string;
  dwc:scientificName 'Thysanopoda cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110714'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7733"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011503_82_OST_010055'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans unsorted juvs.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.0583'^^xsd:double;
  dwc:startLongitude '-14.0333'^^xsd:double;
  dwc:endLongitude '-14.0833'^^xsd:double;
  dwc:latitude '49.7733'^^xsd:double;
  dwc:startLatitude '49.7633'^^xsd:double;
  dwc:endLatitude '49.7833'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_002001'^^xsd:string;
  dwc:scientificName 'Macrocypridina castanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127716'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_DEC_001002'^^xsd:string;
  dwc:scientificName 'Acanthephyra pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107581'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70915"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011516_82_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-13.95085'^^xsd:double;
  dwc:startLongitude '-13.96'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.70915'^^xsd:double;
  dwc:startLatitude '49.725'^^xsd:double;
  dwc:endLatitude '49.6933'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67085 -14.1733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011520_86_MYS_001002'^^xsd:string;
  dwc:scientificName 'Eucopia grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1733'^^xsd:double;
  dwc:startLongitude '-14.1583'^^xsd:double;
  dwc:endLongitude '-14.1883'^^xsd:double;
  dwc:latitude '49.67085'^^xsd:double;
  dwc:startLatitude '49.635'^^xsd:double;
  dwc:endLatitude '49.7067'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1505'^^xsd:integer;
  dwc:aphiaid '119917'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '119917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_258001'^^xsd:string;
  dwc:scientificName 'Echiostoma barbatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127340'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127340'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_375001'^^xsd:string;
  dwc:scientificName 'Hygophum reinhardti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '126604'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '126604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1775 -31.81585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1775"^^xsd:decimal ;
  dwc:decimalLongitude "-31.81585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185"^^xsd:integer ;
  dwc:maximumDepthInMeters "250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024115_84_FIS_913002'^^xsd:string;
  dwc:scientificName 'Vinciguerria poweriae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.81585'^^xsd:double;
  dwc:startLongitude '-31.8017'^^xsd:double;
  dwc:endLongitude '-31.83'^^xsd:double;
  dwc:latitude '33.1775'^^xsd:double;
  dwc:startLatitude '33.185'^^xsd:double;
  dwc:endLatitude '33.17'^^xsd:double;
  dwc:minimumDepth '185'^^xsd:integer;
  dwc:maximumDepth '250'^^xsd:integer;
  dwc:aphiaid '127304'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127304'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.48 -30.6858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.48"^^xsd:decimal ;
  dwc:decimalLongitude "-30.6858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024508_84_FIS_788000'^^xsd:string;
  dwc:scientificName 'Stomiatidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-30.6858'^^xsd:double;
  dwc:startLongitude '-30.6733'^^xsd:double;
  dwc:endLongitude '-30.6983'^^xsd:double;
  dwc:latitude '32.48'^^xsd:double;
  dwc:startLatitude '32.4633'^^xsd:double;
  dwc:endLatitude '32.4967'^^xsd:double;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '512301'^^xsd:integer;
  dwc:observationDate '1980-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '382176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037605_86_CAL_141000'^^xsd:string;
  dwc:scientificName 'Sulculeolaria sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-33.3833'^^xsd:double;
  dwc:startLongitude '-33.3983'^^xsd:double;
  dwc:endLongitude '-33.3683'^^xsd:double;
  dwc:latitude '33.2925'^^xsd:double;
  dwc:startLatitude '33.3433'^^xsd:double;
  dwc:endLatitude '33.2417'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135367'^^xsd:integer;
  dwc:observationDate '1981-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '135367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "602"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037611_85_CAL_132000'^^xsd:string;
  dwc:scientificName 'Vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.52'^^xsd:double;
  dwc:startLongitude '-33.51'^^xsd:double;
  dwc:endLongitude '-33.53'^^xsd:double;
  dwc:latitude '33.3275'^^xsd:double;
  dwc:startLatitude '33.3117'^^xsd:double;
  dwc:endLatitude '33.3433'^^xsd:double;
  dwc:minimumDepth '602'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:aphiaid '135369'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '135369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582703_63_OST_010553'^^xsd:string;
  dwc:scientificName 'Conchoecia lophura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127771'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '1314233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "85"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582801_63_AMP_257001'^^xsd:string;
  dwc:scientificName 'Streetsia challengeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '85'^^xsd:integer;
  dwc:aphiaid '236592'^^xsd:integer;
  dwc:observationDate '1965-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010500'^^xsd:string;
  dwc:scientificName 'Conchoecia loricata s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '183083'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582507_64_FIS_406001'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582701_64_FIS_525000'^^xsd:string;
  dwc:scientificName 'Myctophidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '125498'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '125498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582305_63_OST_010553'^^xsd:string;
  dwc:scientificName 'Conchoecia lophura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '127771'^^xsd:integer;
  dwc:observationDate '1965-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1314233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582502_63_COP_094001'^^xsd:string;
  dwc:scientificName 'Pseudaugaptilus longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '104450'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '104450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582504_63_COP_072000'^^xsd:string;
  dwc:scientificName 'Scolecithricella sp(indet).'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '104229'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '104229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.284"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330421_85_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.8795'^^xsd:double;
  dwc:startLongitude '-12.8757'^^xsd:double;
  dwc:endLongitude '-12.8833'^^xsd:double;
  dwc:latitude '49.284'^^xsd:double;
  dwc:startLatitude '49.3039'^^xsd:double;
  dwc:endLatitude '49.2641'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25605"^^xsd:decimal ;
  dwc:decimalLongitude "-12.27175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330539_86_FIS_072002'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.27175'^^xsd:double;
  dwc:startLongitude '-12.2875'^^xsd:double;
  dwc:endLongitude '-12.256'^^xsd:double;
  dwc:latitude '49.25605'^^xsd:double;
  dwc:startLatitude '49.241'^^xsd:double;
  dwc:endLatitude '49.2711'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4786 -11.55855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4786"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332005_85_PHY_042000'^^xsd:string;
  dwc:scientificName 'Bargmannia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.55855'^^xsd:double;
  dwc:startLongitude '-11.5545'^^xsd:double;
  dwc:endLongitude '-11.5626'^^xsd:double;
  dwc:latitude '49.4786'^^xsd:double;
  dwc:startLatitude '49.4907'^^xsd:double;
  dwc:endLatitude '49.4665'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135398'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.075"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579302_13_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.0917'^^xsd:double;
  dwc:startLongitude '14.0917'^^xsd:double;
  dwc:latitude '28.075'^^xsd:double;
  dwc:startLatitude '28.075'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1965-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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 "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579502_13_DEC_003001'^^xsd:string;
  dwc:scientificName 'Oplophorus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.15'^^xsd:double;
  dwc:startLongitude '14.15'^^xsd:double;
  dwc:latitude '28.0883'^^xsd:double;
  dwc:startLatitude '28.0883'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '107602'^^xsd:integer;
  dwc:observationDate '1965-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579702_14_FIS_263001'^^xsd:string;
  dwc:scientificName 'Evermannella balbo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.1583'^^xsd:double;
  dwc:startLongitude '14.1583'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '126338'^^xsd:integer;
  dwc:observationDate '1965-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_AMP_231003'^^xsd:string;
  dwc:scientificName 'Brachyscelus macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '236553'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '236553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581703_13_FIS_219001'^^xsd:string;
  dwc:scientificName 'Diplospinus multistriatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0783'^^xsd:double;
  dwc:startLatitude '28.0783'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '126861'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '126861'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_FIS_525000'^^xsd:string;
  dwc:scientificName 'Myctophidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '125498'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '125498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582301_63_CAL_144002'^^xsd:string;
  dwc:scientificName 'Muggiaea atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135441'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '135441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "775"^^xsd:integer ;
  dwc:maximumDepthInMeters "830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582303_63_COP_084014'^^xsd:string;
  dwc:scientificName 'Lucicutia lucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '775'^^xsd:integer;
  dwc:maximumDepth '830'^^xsd:integer;
  dwc:aphiaid '104605'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '104605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581803_63_AMP_182001'^^xsd:string;
  dwc:scientificName 'Primno macropa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '180759'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '180759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_COP_085011'^^xsd:string;
  dwc:scientificName 'Heterorhabdus papilliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '104580'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581901_63_FIS_913003'^^xsd:string;
  dwc:scientificName 'Vinciguerria attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '220'^^xsd:integer;
  dwc:aphiaid '127302'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_131003'^^xsd:string;
  dwc:scientificName 'Chauliodus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127337'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_CAL_147001'^^xsd:string;
  dwc:scientificName 'Eudoxoides mitra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '135423'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '135423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_261009'^^xsd:string;
  dwc:scientificName 'Eustomias filifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '127342'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.825 -13.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.825"^^xsd:decimal ;
  dwc:decimalLongitude "-13.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580603_14_FIS_913001'^^xsd:string;
  dwc:scientificName 'Vinciguerria nimbaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-13.975'^^xsd:double;
  dwc:startLongitude '13.975'^^xsd:double;
  dwc:latitude '27.825'^^xsd:double;
  dwc:startLatitude '27.825'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '150'^^xsd:integer;
  dwc:aphiaid '127303'^^xsd:integer;
  dwc:observationDate '1965-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.22"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5388"^^xsd:integer ;
  dwc:maximumDepthInMeters "5415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126155_85_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-25.2158'^^xsd:double;
  dwc:startLongitude '-25.1883'^^xsd:double;
  dwc:endLongitude '-25.2433'^^xsd:double;
  dwc:latitude '31.22'^^xsd:double;
  dwc:startLatitude '31.195'^^xsd:double;
  dwc:endLatitude '31.245'^^xsd:double;
  dwc:minimumDepth '5388'^^xsd:integer;
  dwc:maximumDepth '5415'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1985-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52915"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1200"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126166_84_FIS_216001'^^xsd:string;
  dwc:scientificName 'Diogenichthys atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-25.4325'^^xsd:double;
  dwc:startLongitude '-25.43'^^xsd:double;
  dwc:endLongitude '-25.435'^^xsd:double;
  dwc:latitude '31.52915'^^xsd:double;
  dwc:startLatitude '31.55'^^xsd:double;
  dwc:endLatitude '31.5083'^^xsd:double;
  dwc:minimumDepth '1200'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '126599'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_CAL_191002'^^xsd:string;
  dwc:scientificName 'Abylopsis eschscholtzii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196656'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '196656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.27785 -19.2558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.27785"^^xsd:decimal ;
  dwc:decimalLongitude "-19.2558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179471_84_MED_501001'^^xsd:string;
  dwc:scientificName 'Aeginura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.2558'^^xsd:double;
  dwc:startLongitude '-19.2258'^^xsd:double;
  dwc:endLongitude '-19.2858'^^xsd:double;
  dwc:latitude '47.27785'^^xsd:double;
  dwc:startLatitude '47.254'^^xsd:double;
  dwc:endLatitude '47.3017'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:aphiaid '117266'^^xsd:integer;
  dwc:observationDate '1988-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '117266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0545 -1.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306621_86_FIS_375004'^^xsd:string;
  dwc:scientificName 'Hygophum benoiti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.7395'^^xsd:double;
  dwc:startLongitude '-1.7183'^^xsd:double;
  dwc:endLongitude '-1.7607'^^xsd:double;
  dwc:latitude '36.0545'^^xsd:double;
  dwc:startLatitude '36.0555'^^xsd:double;
  dwc:endLatitude '36.0535'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '126602'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '126602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43285 -1.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6033"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306808_85_FIS_467001'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.6033'^^xsd:double;
  dwc:startLongitude '-1.6253'^^xsd:double;
  dwc:endLongitude '-1.5813'^^xsd:double;
  dwc:latitude '36.43285'^^xsd:double;
  dwc:startLatitude '36.4042'^^xsd:double;
  dwc:endLatitude '36.4615'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "978"^^xsd:integer ;
  dwc:maximumDepthInMeters "985"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000601_232_FIS_583001'^^xsd:string;
  dwc:scientificName 'Nessorhamphus ingolfianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:startLongitude '-11.8333'^^xsd:double;
  dwc:latitude '49.5167'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:minimumDepth '978'^^xsd:integer;
  dwc:maximumDepth '985'^^xsd:integer;
  dwc:aphiaid '126292'^^xsd:integer;
  dwc:observationDate '1974-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '126292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.12085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5052001_231_FIS_120001'^^xsd:string;
  dwc:scientificName 'Cottunculus thomsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.12085'^^xsd:double;
  dwc:startLongitude '-12.135'^^xsd:double;
  dwc:endLongitude '-12.1067'^^xsd:double;
  dwc:latitude '49.58415'^^xsd:double;
  dwc:startLatitude '49.56'^^xsd:double;
  dwc:endLatitude '49.6083'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1245'^^xsd:integer;
  dwc:aphiaid '183101'^^xsd:integer;
  dwc:observationDate '1979-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '127237'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "685"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5131201_231_FIS_256003'^^xsd:string;
  dwc:scientificName 'Epigonus telescopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:startLongitude '-11.6167'^^xsd:double;
  dwc:latitude '49.45'^^xsd:double;
  dwc:startLatitude '49.45'^^xsd:double;
  dwc:minimumDepth '685'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '126858'^^xsd:integer;
  dwc:observationDate '1982-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '126858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_120001'^^xsd:string;
  dwc:scientificName 'Cottunculus thomsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '183101'^^xsd:integer;
  dwc:aphiaIdAccepted '127237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0317 -20.29085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0317"^^xsd:decimal ;
  dwc:decimalLongitude "-20.29085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740622_8_MYS_007001'^^xsd:string;
  dwc:scientificName 'Meterythrops picta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-20.29085'^^xsd:double;
  dwc:startLongitude '-20.31'^^xsd:double;
  dwc:endLongitude '-20.2717'^^xsd:double;
  dwc:latitude '40.0317'^^xsd:double;
  dwc:startLatitude '40.0567'^^xsd:double;
  dwc:endLatitude '40.0067'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '120075'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '446461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010451'^^xsd:string;
  dwc:scientificName 'Conchoecia haddoni s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '183079'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_005028'^^xsd:string;
  dwc:scientificName 'Euphausia hemigibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110686'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_1_OST_010452'^^xsd:string;
  dwc:scientificName 'Conchoecia bispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '183075'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-20.1633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740618_1_OST_010054'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.1633'^^xsd:double;
  dwc:startLongitude '-20.1683'^^xsd:double;
  dwc:endLongitude '-20.1583'^^xsd:double;
  dwc:latitude '40.0108'^^xsd:double;
  dwc:startLatitude '40.0433'^^xsd:double;
  dwc:endLatitude '39.9783'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0775 -16.7175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.7175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980158_82_OST_010802'^^xsd:string;
  dwc:scientificName 'Conchoecia pusilla s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.7175'^^xsd:double;
  dwc:startLongitude '-16.7083'^^xsd:double;
  dwc:endLongitude '-16.7267'^^xsd:double;
  dwc:latitude '42.0775'^^xsd:double;
  dwc:startLatitude '42.095'^^xsd:double;
  dwc:endLatitude '42.06'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.93585 -16.8358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.93585"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980160_84_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8358'^^xsd:double;
  dwc:startLongitude '-16.8183'^^xsd:double;
  dwc:endLongitude '-16.8533'^^xsd:double;
  dwc:latitude '41.93585'^^xsd:double;
  dwc:startLatitude '41.9517'^^xsd:double;
  dwc:endLatitude '41.92'^^xsd:double;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-12.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010510_86_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-12.265'^^xsd:double;
  dwc:startLongitude '-12.2783'^^xsd:double;
  dwc:endLongitude '-12.2517'^^xsd:double;
  dwc:latitude '54.3883'^^xsd:double;
  dwc:startLatitude '54.4033'^^xsd:double;
  dwc:endLatitude '54.3733'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "405"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010521_86_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.02585'^^xsd:double;
  dwc:startLongitude '-13.0017'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '54.78165'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.7933'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '405'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010806_84_DEC_004000'^^xsd:string;
  dwc:scientificName 'Hymenodora sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.8075'^^xsd:double;
  dwc:startLongitude '-12.7967'^^xsd:double;
  dwc:endLongitude '-12.8183'^^xsd:double;
  dwc:latitude '49.4433'^^xsd:double;
  dwc:startLatitude '49.4633'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '107021'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-33.08585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037932_86_CAL_101001'^^xsd:string;
  dwc:scientificName 'Amphicaryon acaule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.08585'^^xsd:double;
  dwc:startLongitude '-33.1167'^^xsd:double;
  dwc:endLongitude '-33.055'^^xsd:double;
  dwc:latitude '35.0725'^^xsd:double;
  dwc:startLatitude '35.085'^^xsd:double;
  dwc:endLatitude '35.06'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135454'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.01165"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037939_84_EUP_005028'^^xsd:string;
  dwc:scientificName 'Euphausia hemigibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-32.88915'^^xsd:double;
  dwc:startLongitude '-32.8633'^^xsd:double;
  dwc:endLongitude '-32.915'^^xsd:double;
  dwc:latitude '35.01165'^^xsd:double;
  dwc:startLatitude '34.985'^^xsd:double;
  dwc:endLatitude '35.0383'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:aphiaid '110686'^^xsd:integer;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '110686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94915"^^xsd:decimal ;
  dwc:decimalLongitude "-34.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038028_85_CAL_141000'^^xsd:string;
  dwc:scientificName 'Sulculeolaria sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.02'^^xsd:double;
  dwc:startLongitude '-33.9967'^^xsd:double;
  dwc:endLongitude '-34.0433'^^xsd:double;
  dwc:latitude '29.94915'^^xsd:double;
  dwc:startLatitude '29.96'^^xsd:double;
  dwc:endLatitude '29.9383'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135367'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9675 -34.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9675"^^xsd:decimal ;
  dwc:decimalLongitude "-34.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038032_86_CAL_162000'^^xsd:string;
  dwc:scientificName 'Chuniphyes sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.08'^^xsd:double;
  dwc:startLongitude '-34.0533'^^xsd:double;
  dwc:endLongitude '-34.1067'^^xsd:double;
  dwc:latitude '29.9675'^^xsd:double;
  dwc:startLatitude '29.9767'^^xsd:double;
  dwc:endLatitude '29.9583'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '805'^^xsd:integer;
  dwc:aphiaid '135356'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_DEC_006001'^^xsd:string;
  dwc:scientificName 'Meningodora mollis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107596'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_036001'^^xsd:string;
  dwc:scientificName 'Sergestes curvatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '240902'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '585549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1106602_85_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.14915'^^xsd:double;
  dwc:startLongitude '-14.1433'^^xsd:double;
  dwc:endLongitude '-14.155'^^xsd:double;
  dwc:latitude '43.9525'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9233'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1984-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_EUP_010017'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum/maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4 -14.96165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4"^^xsd:decimal ;
  dwc:decimalLongitude "-14.96165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1103601_84_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-14.96165'^^xsd:double;
  dwc:startLongitude '-14.94'^^xsd:double;
  dwc:endLongitude '-14.9833'^^xsd:double;
  dwc:latitude '39.4'^^xsd:double;
  dwc:startLatitude '39.3883'^^xsd:double;
  dwc:endLatitude '39.4117'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1984-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65165 -14.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65165"^^xsd:decimal ;
  dwc:decimalLongitude "-14.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1104001_84_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.685'^^xsd:double;
  dwc:startLongitude '-14.6617'^^xsd:double;
  dwc:endLongitude '-14.7083'^^xsd:double;
  dwc:latitude '39.65165'^^xsd:double;
  dwc:startLatitude '39.65'^^xsd:double;
  dwc:endLatitude '39.6533'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1984-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105001_84_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1642'^^xsd:double;
  dwc:startLongitude '-14.1817'^^xsd:double;
  dwc:endLongitude '-14.1467'^^xsd:double;
  dwc:latitude '45.67665'^^xsd:double;
  dwc:startLatitude '45.69'^^xsd:double;
  dwc:endLatitude '45.6633'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1984-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_033007'^^xsd:string;
  dwc:scientificName 'Gennadas tinayrei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '107097'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-31.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038220_84_DEC_036005'^^xsd:string;
  dwc:scientificName 'Sergestes sargassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.885'^^xsd:double;
  dwc:startLongitude '-31.9033'^^xsd:double;
  dwc:endLongitude '-31.8667'^^xsd:double;
  dwc:latitude '32.5867'^^xsd:double;
  dwc:startLatitude '32.5867'^^xsd:double;
  dwc:endLatitude '32.5867'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '107132'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '514114'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5208"^^xsd:decimal ;
  dwc:decimalLongitude "-31.9925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038225_86_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.9925'^^xsd:double;
  dwc:startLongitude '-31.9583'^^xsd:double;
  dwc:endLongitude '-32.0267'^^xsd:double;
  dwc:latitude '32.5208'^^xsd:double;
  dwc:startLatitude '32.5233'^^xsd:double;
  dwc:endLatitude '32.5183'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.90165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038202_84_DEC_036007'^^xsd:string;
  dwc:scientificName 'Sergestes armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-31.90165'^^xsd:double;
  dwc:startLongitude '-31.9483'^^xsd:double;
  dwc:endLongitude '-31.855'^^xsd:double;
  dwc:latitude '32.54165'^^xsd:double;
  dwc:startLatitude '32.53'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '107126'^^xsd:integer;
  dwc:observationDate '1981-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '514136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.59665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.76915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038207_86_DEC_030001'^^xsd:string;
  dwc:scientificName 'Bentheogennema intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-31.76915'^^xsd:double;
  dwc:startLongitude '-31.7483'^^xsd:double;
  dwc:endLongitude '-31.79'^^xsd:double;
  dwc:latitude '32.59665'^^xsd:double;
  dwc:startLatitude '32.605'^^xsd:double;
  dwc:endLatitude '32.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107086'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5558"^^xsd:decimal ;
  dwc:decimalLongitude "-32.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038212_85_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.14915'^^xsd:double;
  dwc:startLongitude '-32.115'^^xsd:double;
  dwc:endLongitude '-32.1833'^^xsd:double;
  dwc:latitude '32.5558'^^xsd:double;
  dwc:startLatitude '32.5583'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69915 -15.1325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69915"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109001_84_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.1325'^^xsd:double;
  dwc:startLongitude '-15.1433'^^xsd:double;
  dwc:endLongitude '-15.1217'^^xsd:double;
  dwc:latitude '39.69915'^^xsd:double;
  dwc:startLatitude '39.7033'^^xsd:double;
  dwc:endLatitude '39.695'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_82_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_85_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_EUP_008006'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps 0/0'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110696'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '1649790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41835"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126127_82_EUP_007006'^^xsd:string;
  dwc:scientificName 'Thysanoessa parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3708'^^xsd:double;
  dwc:startLongitude '-25.3733'^^xsd:double;
  dwc:endLongitude '-25.3683'^^xsd:double;
  dwc:latitude '31.41835'^^xsd:double;
  dwc:startLatitude '31.435'^^xsd:double;
  dwc:endLatitude '31.4017'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110710'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '110710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126132_84_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3725'^^xsd:double;
  dwc:startLongitude '-25.355'^^xsd:double;
  dwc:endLongitude '-25.39'^^xsd:double;
  dwc:latitude '31.20085'^^xsd:double;
  dwc:startLatitude '31.205'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_EUP_001015'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis/obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110680'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.34665 -25.00415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.34665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.00415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126206_83_EUP_005005'^^xsd:string;
  dwc:scientificName 'Euphausia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-25.00415'^^xsd:double;
  dwc:startLongitude '-25.04'^^xsd:double;
  dwc:endLongitude '-24.9683'^^xsd:double;
  dwc:latitude '31.34665'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.3833'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '110683'^^xsd:integer;
  dwc:observationDate '1985-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3278"^^xsd:decimal ;
  dwc:decimalLongitude "-19.3636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179401_84_MED_504001'^^xsd:string;
  dwc:scientificName 'Solmissus incisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-19.3636'^^xsd:double;
  dwc:startLongitude '-19.3905'^^xsd:double;
  dwc:endLongitude '-19.3367'^^xsd:double;
  dwc:latitude '47.3278'^^xsd:double;
  dwc:startLatitude '47.3163'^^xsd:double;
  dwc:endLatitude '47.3393'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '117504'^^xsd:integer;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_EUP_007005'^^xsd:string;
  dwc:scientificName 'Thysanoessa longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110709'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '110709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.23775 -19.53065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.23775"^^xsd:decimal ;
  dwc:decimalLongitude "-19.53065"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179426_85_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.53065'^^xsd:double;
  dwc:startLongitude '-19.5433'^^xsd:double;
  dwc:endLongitude '-19.518'^^xsd:double;
  dwc:latitude '47.23775'^^xsd:double;
  dwc:startLatitude '47.2173'^^xsd:double;
  dwc:endLatitude '47.2582'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2766"^^xsd:decimal ;
  dwc:decimalLongitude "-19.45395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179437_86_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.45395'^^xsd:double;
  dwc:startLongitude '-19.4732'^^xsd:double;
  dwc:endLongitude '-19.4347'^^xsd:double;
  dwc:latitude '47.2766'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2875'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2108"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6233"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126139_84_CAL_141006'^^xsd:string;
  dwc:scientificName 'Sulculeolaria monoica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-25.6233'^^xsd:double;
  dwc:startLongitude '-25.6233'^^xsd:double;
  dwc:endLongitude '-25.6233'^^xsd:double;
  dwc:latitude '31.2108'^^xsd:double;
  dwc:startLatitude '31.1933'^^xsd:double;
  dwc:endLatitude '31.2283'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196553'^^xsd:integer;
  dwc:observationDate '1985-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '196553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.22"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5388"^^xsd:integer ;
  dwc:maximumDepthInMeters "5415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126155_85_CAL_191002'^^xsd:string;
  dwc:scientificName 'Abylopsis eschscholtzii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-25.2158'^^xsd:double;
  dwc:startLongitude '-25.1883'^^xsd:double;
  dwc:endLongitude '-25.2433'^^xsd:double;
  dwc:latitude '31.22'^^xsd:double;
  dwc:startLatitude '31.195'^^xsd:double;
  dwc:endLatitude '31.245'^^xsd:double;
  dwc:minimumDepth '5388'^^xsd:integer;
  dwc:maximumDepth '5415'^^xsd:integer;
  dwc:aphiaid '196656'^^xsd:integer;
  dwc:observationDate '1985-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '196656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52915"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1200"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126166_84_FIS_461010'^^xsd:string;
  dwc:scientificName 'Lampanyctus cuprarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-25.4325'^^xsd:double;
  dwc:startLongitude '-25.43'^^xsd:double;
  dwc:endLongitude '-25.435'^^xsd:double;
  dwc:latitude '31.52915'^^xsd:double;
  dwc:startLatitude '31.55'^^xsd:double;
  dwc:endLatitude '31.5083'^^xsd:double;
  dwc:minimumDepth '1200'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '126613'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.30335"^^xsd:decimal ;
  dwc:decimalLongitude "-25.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126112_84_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.50665'^^xsd:double;
  dwc:startLongitude '-25.5283'^^xsd:double;
  dwc:endLongitude '-25.485'^^xsd:double;
  dwc:latitude '31.30335'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.2967'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_461000'^^xsd:string;
  dwc:scientificName 'Lampanyctus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '125825'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010054'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1075"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112128_85_CAL_143018'^^xsd:string;
  dwc:scientificName 'Lensia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-21.52835'^^xsd:double;
  dwc:startLongitude '-21.5567'^^xsd:double;
  dwc:endLongitude '-21.5'^^xsd:double;
  dwc:latitude '41.1075'^^xsd:double;
  dwc:startLatitude '41.1317'^^xsd:double;
  dwc:endLatitude '41.0833'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '135429'^^xsd:integer;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '135429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_DEC_019000'^^xsd:string;
  dwc:scientificName 'Nematocarcinus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '107015'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '107015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_147002'^^xsd:string;
  dwc:scientificName 'Eudoxoides spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135424'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-29.88415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037823_86_DEC_002001'^^xsd:string;
  dwc:scientificName 'Systellaspis debilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.88415'^^xsd:double;
  dwc:startLongitude '-29.87'^^xsd:double;
  dwc:endLongitude '-29.8983'^^xsd:double;
  dwc:latitude '32.4625'^^xsd:double;
  dwc:startLatitude '32.4483'^^xsd:double;
  dwc:endLatitude '32.4767'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '107605'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '1790004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66665"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037828_85_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.66665'^^xsd:double;
  dwc:startLongitude '-29.6883'^^xsd:double;
  dwc:endLongitude '-29.645'^^xsd:double;
  dwc:latitude '32.17335'^^xsd:double;
  dwc:startLatitude '32.1967'^^xsd:double;
  dwc:endLatitude '32.15'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04165"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037901_84_HET_003008'^^xsd:string;
  dwc:scientificName 'Atlanta fusca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.0967'^^xsd:double;
  dwc:startLongitude '-33.0617'^^xsd:double;
  dwc:endLongitude '-33.1317'^^xsd:double;
  dwc:latitude '35.04165'^^xsd:double;
  dwc:startLatitude '35.035'^^xsd:double;
  dwc:endLatitude '35.0483'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '138832'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '238118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_EUP_001007'^^xsd:string;
  dwc:scientificName 'Thysanopoda pectinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110720'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '110720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3975"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037807_86_PTE_004001'^^xsd:string;
  dwc:scientificName 'Peraclis bispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8425'^^xsd:double;
  dwc:startLongitude '-29.8483'^^xsd:double;
  dwc:endLongitude '-29.8367'^^xsd:double;
  dwc:latitude '32.3975'^^xsd:double;
  dwc:startLatitude '32.4133'^^xsd:double;
  dwc:endLatitude '32.3817'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '224500'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3742"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037813_86_DEC_034004'^^xsd:string;
  dwc:scientificName 'Sergia splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8992'^^xsd:double;
  dwc:startLongitude '-29.8867'^^xsd:double;
  dwc:endLongitude '-29.9117'^^xsd:double;
  dwc:latitude '32.3742'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.4017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107137'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1056501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.475"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037801_84_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-29.98085'^^xsd:double;
  dwc:startLongitude '-30.005'^^xsd:double;
  dwc:endLongitude '-29.9567'^^xsd:double;
  dwc:latitude '32.475'^^xsd:double;
  dwc:startLatitude '32.4933'^^xsd:double;
  dwc:endLatitude '32.4567'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1981-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "602"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037611_85_CAL_141002'^^xsd:string;
  dwc:scientificName 'Sulculeolaria biloba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.52'^^xsd:double;
  dwc:startLongitude '-33.51'^^xsd:double;
  dwc:endLongitude '-33.53'^^xsd:double;
  dwc:latitude '33.3275'^^xsd:double;
  dwc:startLatitude '33.3117'^^xsd:double;
  dwc:endLatitude '33.3433'^^xsd:double;
  dwc:minimumDepth '602'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:aphiaid '135445'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '135445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1825"^^xsd:decimal ;
  dwc:decimalLongitude "-33.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037615_86_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.4575'^^xsd:double;
  dwc:startLongitude '-33.475'^^xsd:double;
  dwc:endLongitude '-33.44'^^xsd:double;
  dwc:latitude '33.1825'^^xsd:double;
  dwc:startLatitude '33.215'^^xsd:double;
  dwc:endLatitude '33.15'^^xsd:double;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037621_84_EUP_010012'^^xsd:string;
  dwc:scientificName 'Stylocheiron robustum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.36165'^^xsd:double;
  dwc:startLongitude '-33.3633'^^xsd:double;
  dwc:endLongitude '-33.36'^^xsd:double;
  dwc:latitude '33.01'^^xsd:double;
  dwc:startLatitude '33.0383'^^xsd:double;
  dwc:endLatitude '32.9817'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110705'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_008006'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps 0/0'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110696'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1649790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024502_85_MYS_015001'^^xsd:string;
  dwc:scientificName 'Lophogaster spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.7'^^xsd:double;
  dwc:startLongitude '-30.6783'^^xsd:double;
  dwc:endLongitude '-30.7217'^^xsd:double;
  dwc:latitude '32.43'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.43'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '431217'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '431217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.48 -30.6858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.48"^^xsd:decimal ;
  dwc:decimalLongitude "-30.6858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024508_84_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-30.6858'^^xsd:double;
  dwc:startLongitude '-30.6733'^^xsd:double;
  dwc:endLongitude '-30.6983'^^xsd:double;
  dwc:latitude '32.48'^^xsd:double;
  dwc:startLatitude '32.4633'^^xsd:double;
  dwc:endLatitude '32.4967'^^xsd:double;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1980-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037605_86_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-33.3833'^^xsd:double;
  dwc:startLongitude '-33.3983'^^xsd:double;
  dwc:endLongitude '-33.3683'^^xsd:double;
  dwc:latitude '33.2925'^^xsd:double;
  dwc:startLatitude '33.3433'^^xsd:double;
  dwc:endLatitude '33.2417'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1981-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1775 -31.81585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1775"^^xsd:decimal ;
  dwc:decimalLongitude "-31.81585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185"^^xsd:integer ;
  dwc:maximumDepthInMeters "250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024115_84_PHY_062001'^^xsd:string;
  dwc:scientificName 'Melophysa melo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.81585'^^xsd:double;
  dwc:startLongitude '-31.8017'^^xsd:double;
  dwc:endLongitude '-31.83'^^xsd:double;
  dwc:latitude '33.1775'^^xsd:double;
  dwc:startLatitude '33.185'^^xsd:double;
  dwc:endLatitude '33.17'^^xsd:double;
  dwc:minimumDepth '185'^^xsd:integer;
  dwc:maximumDepth '250'^^xsd:integer;
  dwc:aphiaid '135499'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '135499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_143018'^^xsd:string;
  dwc:scientificName 'Lensia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '135429'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '135429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.87165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.22835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024403_84_FIS_407001'^^xsd:string;
  dwc:scientificName 'Ichthyococcus ovatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.22835'^^xsd:double;
  dwc:startLongitude '-31.225'^^xsd:double;
  dwc:endLongitude '-31.2317'^^xsd:double;
  dwc:latitude '32.87165'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.8933'^^xsd:double;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '127298'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '127298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0058 -31.61585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0058"^^xsd:decimal ;
  dwc:decimalLongitude "-31.61585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1002"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023308_85_MYS_016001'^^xsd:string;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.61585'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.6367'^^xsd:double;
  dwc:latitude '32.0058'^^xsd:double;
  dwc:startLatitude '32.0033'^^xsd:double;
  dwc:endLatitude '32.0083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1002'^^xsd:integer;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_461001'^^xsd:string;
  dwc:scientificName 'Lampanyctus ater'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126611'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_461002'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8458"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023208_85_PHY_010002'^^xsd:string;
  dwc:scientificName 'Frillagalma vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.50085'^^xsd:double;
  dwc:startLongitude '-31.505'^^xsd:double;
  dwc:endLongitude '-31.4967'^^xsd:double;
  dwc:latitude '32.8458'^^xsd:double;
  dwc:startLatitude '32.8583'^^xsd:double;
  dwc:endLatitude '32.8333'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:aphiaid '135488'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7425"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023215_86_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4608'^^xsd:double;
  dwc:startLongitude '-31.4633'^^xsd:double;
  dwc:endLongitude '-31.4583'^^xsd:double;
  dwc:latitude '32.7425'^^xsd:double;
  dwc:startLatitude '32.7533'^^xsd:double;
  dwc:endLatitude '32.7317'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.30585"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023219_86_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.4775'^^xsd:double;
  dwc:startLongitude '-31.485'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '32.30585'^^xsd:double;
  dwc:startLatitude '32.315'^^xsd:double;
  dwc:endLatitude '32.2967'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022826_86_FIS_461001'^^xsd:string;
  dwc:scientificName 'Lampanyctus ater'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.59'^^xsd:double;
  dwc:startLongitude '-31.5767'^^xsd:double;
  dwc:endLongitude '-31.6033'^^xsd:double;
  dwc:latitude '33.01415'^^xsd:double;
  dwc:startLatitude '32.995'^^xsd:double;
  dwc:endLatitude '33.0333'^^xsd:double;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '126611'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "53"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023203_86_FIS_461005'^^xsd:string;
  dwc:scientificName 'Lampanyctus photonotus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.5875'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.58'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.04'^^xsd:double;
  dwc:endLatitude '33.015'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '53'^^xsd:integer;
  dwc:aphiaid '126618'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126618'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022810_85_FIS_783001'^^xsd:string;
  dwc:scientificName 'Sternoptyx diaphana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.5075'^^xsd:double;
  dwc:startLongitude '-31.5267'^^xsd:double;
  dwc:endLongitude '-31.4883'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '32.99'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '127314'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.16"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022818_84_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.4625'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4567'^^xsd:double;
  dwc:latitude '33.16'^^xsd:double;
  dwc:startLatitude '33.1683'^^xsd:double;
  dwc:endLatitude '33.1517'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.06335"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022217_85_FIS_998000'^^xsd:string;
  dwc:scientificName 'Unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-30.0625'^^xsd:double;
  dwc:startLongitude '-30.0483'^^xsd:double;
  dwc:endLongitude '-30.0767'^^xsd:double;
  dwc:latitude '33.06335'^^xsd:double;
  dwc:startLatitude '33.075'^^xsd:double;
  dwc:endLatitude '33.0517'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1980-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_DEC_039002'^^xsd:string;
  dwc:scientificName 'Funchalia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '107100'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022806_84_FIS_135004'^^xsd:string;
  dwc:scientificName 'Cyclothone acclinidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '32.9783'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127282'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1725"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022206_86_FIS_131003'^^xsd:string;
  dwc:scientificName 'Chauliodus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.15665'^^xsd:double;
  dwc:startLongitude '-30.1433'^^xsd:double;
  dwc:endLongitude '-30.17'^^xsd:double;
  dwc:latitude '33.1725'^^xsd:double;
  dwc:startLatitude '33.1583'^^xsd:double;
  dwc:endLatitude '33.1867'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127337'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_MYS_015001'^^xsd:string;
  dwc:scientificName 'Lophogaster spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '431217'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '431217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70915"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011516_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-13.95085'^^xsd:double;
  dwc:startLongitude '-13.96'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.70915'^^xsd:double;
  dwc:startLatitude '49.725'^^xsd:double;
  dwc:endLatitude '49.6933'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67085 -14.1733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011520_86_MYS_009001'^^xsd:string;
  dwc:scientificName 'Longithorax fuscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1733'^^xsd:double;
  dwc:startLongitude '-14.1583'^^xsd:double;
  dwc:endLongitude '-14.1883'^^xsd:double;
  dwc:latitude '49.67085'^^xsd:double;
  dwc:startLatitude '49.635'^^xsd:double;
  dwc:endLatitude '49.7067'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1505'^^xsd:integer;
  dwc:aphiaid '120064'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '120064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_328004'^^xsd:string;
  dwc:scientificName 'Gonostoma bathyphilum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127294'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '398363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7733"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011503_82_OST_010402'^^xsd:string;
  dwc:scientificName 'Conchoecia stigmatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.0583'^^xsd:double;
  dwc:startLongitude '-14.0333'^^xsd:double;
  dwc:endLongitude '-14.0833'^^xsd:double;
  dwc:latitude '49.7733'^^xsd:double;
  dwc:startLatitude '49.7633'^^xsd:double;
  dwc:endLatitude '49.7833'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '183094'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_010001'^^xsd:string;
  dwc:scientificName 'Conchoecia spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '183091'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010902_85_DEC_009001'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sulcatifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.4817'^^xsd:double;
  dwc:startLongitude '-12.4567'^^xsd:double;
  dwc:endLongitude '-12.5067'^^xsd:double;
  dwc:latitude '49.3'^^xsd:double;
  dwc:startLatitude '49.31'^^xsd:double;
  dwc:endLatitude '49.29'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1155'^^xsd:integer;
  dwc:aphiaid '107673'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.27915 -11.8258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.27915"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011004_82_OST_010810'^^xsd:string;
  dwc:scientificName 'Conchoecia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-11.8258'^^xsd:double;
  dwc:startLongitude '-11.8033'^^xsd:double;
  dwc:endLongitude '-11.8483'^^xsd:double;
  dwc:latitude '49.27915'^^xsd:double;
  dwc:startLatitude '49.275'^^xsd:double;
  dwc:endLatitude '49.2833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:observationDate '1979-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_84_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8725 -16.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8725"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980163_81_OST_010053'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8867'^^xsd:double;
  dwc:startLongitude '-16.9067'^^xsd:double;
  dwc:endLongitude '-16.8667'^^xsd:double;
  dwc:latitude '41.8725'^^xsd:double;
  dwc:startLatitude '41.865'^^xsd:double;
  dwc:endLatitude '41.88'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0775 -16.7175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.7175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980158_82_OST_010815'^^xsd:string;
  dwc:scientificName 'Conchoecia discoveryi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.7175'^^xsd:double;
  dwc:startLongitude '-16.7083'^^xsd:double;
  dwc:endLongitude '-16.7267'^^xsd:double;
  dwc:latitude '42.0775'^^xsd:double;
  dwc:startLatitude '42.095'^^xsd:double;
  dwc:endLatitude '42.06'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.93585 -16.8358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.93585"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980160_84_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8358'^^xsd:double;
  dwc:startLongitude '-16.8183'^^xsd:double;
  dwc:endLongitude '-16.8533'^^xsd:double;
  dwc:latitude '41.93585'^^xsd:double;
  dwc:startLatitude '41.9517'^^xsd:double;
  dwc:endLatitude '41.92'^^xsd:double;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94415 -16.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94415"^^xsd:decimal ;
  dwc:decimalLongitude "-16.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "1110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980118_84_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.96'^^xsd:double;
  dwc:startLongitude '-16.92'^^xsd:double;
  dwc:endLongitude '-17'^^xsd:integer;
  dwc:latitude '41.94415'^^xsd:double;
  dwc:startLatitude '41.925'^^xsd:double;
  dwc:endLatitude '41.9633'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '1110'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0283 -17.15915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-17.15915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980121_84_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-17.15915'^^xsd:double;
  dwc:startLongitude '-17.1783'^^xsd:double;
  dwc:endLongitude '-17.14'^^xsd:double;
  dwc:latitude '42.0283'^^xsd:double;
  dwc:startLatitude '42.0433'^^xsd:double;
  dwc:endLatitude '42.0133'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99665 -16.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.99665"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1015"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980125_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.9683'^^xsd:double;
  dwc:startLongitude '-16.9883'^^xsd:double;
  dwc:endLongitude '-16.9483'^^xsd:double;
  dwc:latitude '41.99665'^^xsd:double;
  dwc:startLatitude '41.9883'^^xsd:double;
  dwc:endLatitude '42.005'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1015'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96915 -16.91665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.96915"^^xsd:decimal ;
  dwc:decimalLongitude "-16.91665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980101_8_FIS_786000'^^xsd:string;
  dwc:scientificName 'Searsiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.91665'^^xsd:double;
  dwc:startLongitude '-16.9783'^^xsd:double;
  dwc:endLongitude '-16.855'^^xsd:double;
  dwc:latitude '41.96915'^^xsd:double;
  dwc:startLatitude '41.99'^^xsd:double;
  dwc:endLatitude '41.9483'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1005'^^xsd:integer;
  dwc:aphiaid '154160'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8775 -16.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980107_85_EUP_010000'^^xsd:string;
  dwc:scientificName 'Stylocheiron sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.5633'^^xsd:double;
  dwc:startLongitude '-16.5633'^^xsd:double;
  dwc:endLongitude '-16.5633'^^xsd:double;
  dwc:latitude '41.8775'^^xsd:double;
  dwc:startLatitude '41.86'^^xsd:double;
  dwc:endLatitude '41.895'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '510'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.835 -16.65085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.835"^^xsd:decimal ;
  dwc:decimalLongitude "-16.65085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "395"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980113_85_OST_010450'^^xsd:string;
  dwc:scientificName 'Conchoecia haddoni s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.65085'^^xsd:double;
  dwc:startLongitude '-16.6317'^^xsd:double;
  dwc:endLongitude '-16.67'^^xsd:double;
  dwc:latitude '41.835'^^xsd:double;
  dwc:startLatitude '41.825'^^xsd:double;
  dwc:endLatitude '41.845'^^xsd:double;
  dwc:minimumDepth '395'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '183079'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '127831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.54165 -13.89085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.89085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1095"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979118_85_CAL_163001'^^xsd:string;
  dwc:scientificName 'Crystallophyes amygdalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.89085'^^xsd:double;
  dwc:startLongitude '-13.84'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.54165'^^xsd:double;
  dwc:startLatitude '49.53'^^xsd:double;
  dwc:endLatitude '49.5533'^^xsd:double;
  dwc:minimumDepth '1095'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '135414'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '135414'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0625 -16.73915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0625"^^xsd:decimal ;
  dwc:decimalLongitude "-16.73915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979203_8_FIS_524004'^^xsd:string;
  dwc:scientificName 'Myctophum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-16.73915'^^xsd:double;
  dwc:startLongitude '-16.7'^^xsd:double;
  dwc:endLongitude '-16.7783'^^xsd:double;
  dwc:latitude '50.0625'^^xsd:double;
  dwc:startLatitude '50.06'^^xsd:double;
  dwc:endLatitude '50.065'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126627'^^xsd:integer;
  dwc:observationDate '1978-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9708 -16.9975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9708"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979602_8_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-16.9975'^^xsd:double;
  dwc:startLongitude '-16.9967'^^xsd:double;
  dwc:endLongitude '-16.9983'^^xsd:double;
  dwc:latitude '45.9708'^^xsd:double;
  dwc:startLatitude '46.0083'^^xsd:double;
  dwc:endLatitude '45.9333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1978-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9567 -13.0425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9567"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978902_8_DEC_034006'^^xsd:string;
  dwc:scientificName 'Sergia robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-13.0425'^^xsd:double;
  dwc:startLongitude '-13.035'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '42.9567'^^xsd:double;
  dwc:startLatitude '42.9917'^^xsd:double;
  dwc:endLatitude '42.9217'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '416603'^^xsd:integer;
  dwc:observationDate '1978-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '107136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51085 -13.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.51085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979105_84_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-13.8625'^^xsd:double;
  dwc:startLongitude '-13.8417'^^xsd:double;
  dwc:endLongitude '-13.8833'^^xsd:double;
  dwc:latitude '49.51085'^^xsd:double;
  dwc:startLatitude '49.5067'^^xsd:double;
  dwc:endLatitude '49.515'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1978-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -13.9042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.43"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979111_84_FIS_855000'^^xsd:string;
  dwc:scientificName 'Trachipterid sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.9042'^^xsd:double;
  dwc:startLongitude '-13.9317'^^xsd:double;
  dwc:endLongitude '-13.8767'^^xsd:double;
  dwc:latitude '49.43'^^xsd:double;
  dwc:startLatitude '49.4367'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '125483'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '125483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2783 -13.5133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2783"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1251"^^xsd:integer ;
  dwc:maximumDepthInMeters "1259"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '900800_230_FIS_002003'^^xsd:string;
  dwc:scientificName 'Alepocephalus bairdii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.5133'^^xsd:double;
  dwc:startLongitude '-13.5233'^^xsd:double;
  dwc:endLongitude '-13.5033'^^xsd:double;
  dwc:latitude '28.2783'^^xsd:double;
  dwc:startLatitude '28.2633'^^xsd:double;
  dwc:endLatitude '28.2933'^^xsd:double;
  dwc:minimumDepth '1251'^^xsd:integer;
  dwc:maximumDepth '1259'^^xsd:integer;
  dwc:aphiaid '126682'^^xsd:integer;
  dwc:observationDate '1976-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '126682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9325 -12.16665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9325"^^xsd:decimal ;
  dwc:decimalLongitude "-12.16665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '975306_8_CAL_121005'^^xsd:string;
  dwc:scientificName 'Nectadamas richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.16665'^^xsd:double;
  dwc:startLongitude '-12.26'^^xsd:double;
  dwc:endLongitude '-12.0733'^^xsd:double;
  dwc:latitude '50.9325'^^xsd:double;
  dwc:startLatitude '50.99'^^xsd:double;
  dwc:endLatitude '50.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135462'^^xsd:integer;
  dwc:observationDate '1978-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '135462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1625 -13.01835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1625"^^xsd:decimal ;
  dwc:decimalLongitude "-13.01835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978002_8_FIS_660000'^^xsd:string;
  dwc:scientificName 'Paralepididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-13.01835'^^xsd:double;
  dwc:startLongitude '-12.9767'^^xsd:double;
  dwc:endLongitude '-13.06'^^xsd:double;
  dwc:latitude '49.1625'^^xsd:double;
  dwc:startLatitude '49.1917'^^xsd:double;
  dwc:endLatitude '49.1333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '125447'^^xsd:integer;
  dwc:observationDate '1978-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '125447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82665 -12.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.82665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '881803_1_OST_010000'^^xsd:string;
  dwc:scientificName 'Conchoecia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1975'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.945'^^xsd:double;
  dwc:startLongitude '-12.95'^^xsd:double;
  dwc:endLongitude '-12.94'^^xsd:double;
  dwc:latitude '43.82665'^^xsd:double;
  dwc:startLatitude '43.865'^^xsd:double;
  dwc:endLatitude '43.7883'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1975-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9375 -13.03165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9375"^^xsd:decimal ;
  dwc:decimalLongitude "-13.03165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '893704_8_CAL_164001'^^xsd:string;
  dwc:scientificName 'Heteropyramis maculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-13.03165'^^xsd:double;
  dwc:startLongitude '-13.0083'^^xsd:double;
  dwc:endLongitude '-13.055'^^xsd:double;
  dwc:latitude '43.9375'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9083'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135416'^^xsd:integer;
  dwc:observationDate '1976-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '135416'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850937_8_CAL_112001'^^xsd:string;
  dwc:scientificName 'Praya dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-12.7875'^^xsd:double;
  dwc:startLongitude '-12.825'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '43.78085'^^xsd:double;
  dwc:startLatitude '43.7617'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135466'^^xsd:integer;
  dwc:observationDate '1974-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '135466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89085 -13.2283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2283"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851606_8_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-13.2283'^^xsd:double;
  dwc:startLongitude '-13.2483'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '43.89085'^^xsd:double;
  dwc:startLatitude '43.86'^^xsd:double;
  dwc:endLatitude '43.9217'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1974-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21835 -12.7575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.21835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851703_8_CAL_143022'^^xsd:string;
  dwc:scientificName 'Lensia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7575'^^xsd:double;
  dwc:startLongitude '-12.775'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.21835'^^xsd:double;
  dwc:startLatitude '44.255'^^xsd:double;
  dwc:endLatitude '44.1817'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135430'^^xsd:integer;
  dwc:observationDate '1974-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '135430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0658 -12.73835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0658"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850867_1_AMP_233001'^^xsd:string;
  dwc:scientificName 'Thamneus platyrrhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.73835'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.7467'^^xsd:double;
  dwc:latitude '44.0658'^^xsd:double;
  dwc:startLatitude '44.0483'^^xsd:double;
  dwc:endLatitude '44.0833'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '410696'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '236556'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2142 -12.79665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850869_8_FIS_135007'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.79665'^^xsd:double;
  dwc:startLongitude '-12.785'^^xsd:double;
  dwc:endLongitude '-12.8083'^^xsd:double;
  dwc:latitude '44.2142'^^xsd:double;
  dwc:startLatitude '44.1817'^^xsd:double;
  dwc:endLatitude '44.2467'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09415 -12.9075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850910_8_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.9075'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.9667'^^xsd:double;
  dwc:latitude '44.09415'^^xsd:double;
  dwc:startLatitude '44.0833'^^xsd:double;
  dwc:endLatitude '44.105'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1974-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0692"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850862_1_COP_029001'^^xsd:string;
  dwc:scientificName 'Aetideus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8108'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.8233'^^xsd:double;
  dwc:latitude '44.0692'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.0817'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104275'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '104275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -12.84085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-12.84085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850864_1_OST_010811'^^xsd:string;
  dwc:scientificName 'Conchoecia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.84085'^^xsd:double;
  dwc:startLongitude '-12.8517'^^xsd:double;
  dwc:endLongitude '-12.83'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.145'^^xsd:double;
  dwc:endLatitude '44.12'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01585 -12.78835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850852_1_OST_010650'^^xsd:string;
  dwc:scientificName 'Conchoecia rhynchena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.78835'^^xsd:double;
  dwc:startLongitude '-12.8117'^^xsd:double;
  dwc:endLongitude '-12.765'^^xsd:double;
  dwc:latitude '44.01585'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.01'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '183089'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -12.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850854_8_FIS_328003'^^xsd:string;
  dwc:scientificName 'Gonostoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8625'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.8767'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.1383'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127296'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '221512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.71585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850857_1_COP_082006'^^xsd:string;
  dwc:scientificName 'Pleuromamma robusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.71585'^^xsd:double;
  dwc:startLongitude '-12.7317'^^xsd:double;
  dwc:endLongitude '-12.7'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0367'^^xsd:double;
  dwc:endLatitude '44.0133'^^xsd:double;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104642'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '746007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.035 -12.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.035"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850845_8_AMP_565001'^^xsd:string;
  dwc:scientificName 'Cyphocaris anonyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7083'^^xsd:double;
  dwc:startLongitude '-12.6833'^^xsd:double;
  dwc:endLongitude '-12.7333'^^xsd:double;
  dwc:latitude '44.035'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '102554'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '102554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.7908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850847_8_FIS_784004'^^xsd:string;
  dwc:scientificName 'Stomias boa ferox'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7908'^^xsd:double;
  dwc:startLongitude '-12.8033'^^xsd:double;
  dwc:endLongitude '-12.7783'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.075'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '465'^^xsd:integer;
  dwc:aphiaid '158737'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '306769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850850_1_COP_081002'^^xsd:string;
  dwc:scientificName 'Metridia lucens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.8683'^^xsd:double;
  dwc:startLongitude '-12.8433'^^xsd:double;
  dwc:endLongitude '-12.8933'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.025'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104633'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '850801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07085 -12.75915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.75915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "612"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850824_1_OST_010812'^^xsd:string;
  dwc:scientificName 'Conchoecia subinflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.75915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.745'^^xsd:double;
  dwc:latitude '44.07085'^^xsd:double;
  dwc:startLatitude '44.0817'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '612'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0142 -12.71835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "585"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850826_8_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.71835'^^xsd:double;
  dwc:startLongitude '-12.7'^^xsd:double;
  dwc:endLongitude '-12.7367'^^xsd:double;
  dwc:latitude '44.0142'^^xsd:double;
  dwc:startLatitude '44.0017'^^xsd:double;
  dwc:endLatitude '44.0267'^^xsd:double;
  dwc:minimumDepth '585'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850843_1_OST_010000'^^xsd:string;
  dwc:scientificName 'Conchoecia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.765'^^xsd:double;
  dwc:startLongitude '-12.7883'^^xsd:double;
  dwc:endLongitude '-12.7417'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0583'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05165 -12.7892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850816_8_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7892'^^xsd:double;
  dwc:startLongitude '-12.8067'^^xsd:double;
  dwc:endLongitude '-12.7717'^^xsd:double;
  dwc:latitude '44.05165'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.78915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850819_8_AMP_565001'^^xsd:string;
  dwc:scientificName 'Cyphocaris anonyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.78915'^^xsd:double;
  dwc:startLongitude '-12.765'^^xsd:double;
  dwc:endLongitude '-12.8133'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0283'^^xsd:double;
  dwc:endLatitude '44.0217'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '102554'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '102554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0217 -12.6892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0217"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "615"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850822_1_COP_026004'^^xsd:string;
  dwc:scientificName 'Mimocalanus cultrifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.6892'^^xsd:double;
  dwc:startLongitude '-12.6717'^^xsd:double;
  dwc:endLongitude '-12.7067'^^xsd:double;
  dwc:latitude '44.0217'^^xsd:double;
  dwc:startLatitude '44.0117'^^xsd:double;
  dwc:endLatitude '44.0317'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '615'^^xsd:integer;
  dwc:aphiaid '104838'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '104838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1025 -12.76085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850810_1_AMP_565001'^^xsd:string;
  dwc:scientificName 'Cyphocaris anonyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.76085'^^xsd:double;
  dwc:startLongitude '-12.7817'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.1025'^^xsd:double;
  dwc:startLatitude '44.11'^^xsd:double;
  dwc:endLatitude '44.095'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '102554'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '102554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05665 -12.67415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.67415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850812_1_COP_082006'^^xsd:string;
  dwc:scientificName 'Pleuromamma robusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.67415'^^xsd:double;
  dwc:startLongitude '-12.65'^^xsd:double;
  dwc:endLongitude '-12.6983'^^xsd:double;
  dwc:latitude '44.05665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '620'^^xsd:integer;
  dwc:aphiaid '104642'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '746007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06415 -12.77665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850814_8_AMP_565001'^^xsd:string;
  dwc:scientificName 'Cyphocaris anonyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.77665'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.755'^^xsd:double;
  dwc:latitude '44.06415'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.055'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '102554'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '102554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850804_1_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70085'^^xsd:double;
  dwc:startLongitude '-12.7217'^^xsd:double;
  dwc:endLongitude '-12.68'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850806_8_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70415'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6783'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850786_8_MED_406001'^^xsd:string;
  dwc:scientificName 'Colobonema sericeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.79915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.825'^^xsd:double;
  dwc:latitude '44.06085'^^xsd:double;
  dwc:startLatitude '44.065'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '117854'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '117854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-12.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850790_8_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.815'^^xsd:double;
  dwc:startLongitude '-12.8417'^^xsd:double;
  dwc:endLongitude '-12.7883'^^xsd:double;
  dwc:latitude '44.0675'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8525"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850763_8_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.8525'^^xsd:double;
  dwc:startLongitude '-12.87'^^xsd:double;
  dwc:endLongitude '-12.835'^^xsd:double;
  dwc:latitude '43.97915'^^xsd:double;
  dwc:startLatitude '44.0083'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1974-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850775_8_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7183'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.04085'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.025'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850779_8_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.7608'^^xsd:double;
  dwc:startLongitude '-12.7483'^^xsd:double;
  dwc:endLongitude '-12.7733'^^xsd:double;
  dwc:latitude '44.03665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.02'^^xsd:double;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05415 -12.7308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850745_1_COP_072001'^^xsd:string;
  dwc:scientificName 'Scolecithricella minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.7308'^^xsd:double;
  dwc:startLongitude '-12.7533'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.05415'^^xsd:double;
  dwc:startLatitude '44.0383'^^xsd:double;
  dwc:endLatitude '44.07'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104811'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '1509944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0417 -12.73665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "93"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850750_1_COP_081002'^^xsd:string;
  dwc:scientificName 'Metridia lucens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.73665'^^xsd:double;
  dwc:startLongitude '-12.7233'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.0417'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '93'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104633'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '850801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02415 -12.76415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850757_1_OST_010053'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.76415'^^xsd:double;
  dwc:startLongitude '-12.7333'^^xsd:double;
  dwc:endLongitude '-12.795'^^xsd:double;
  dwc:latitude '44.02415'^^xsd:double;
  dwc:startLatitude '44.0033'^^xsd:double;
  dwc:endLatitude '44.045'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3875 -13.0725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3875"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850717_8_FIS_214013'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-13.0725'^^xsd:double;
  dwc:startLongitude '-13.055'^^xsd:double;
  dwc:endLongitude '-13.09'^^xsd:double;
  dwc:latitude '44.3875'^^xsd:double;
  dwc:startLatitude '44.4083'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '183123'^^xsd:integer;
  dwc:observationDate '1974-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81085 -12.6267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850728_1_OST_002001'^^xsd:string;
  dwc:scientificName 'Macrocypridina castanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-12.6267'^^xsd:double;
  dwc:startLongitude '-12.6567'^^xsd:double;
  dwc:endLongitude '-12.5967'^^xsd:double;
  dwc:latitude '43.81085'^^xsd:double;
  dwc:startLatitude '43.82'^^xsd:double;
  dwc:endLatitude '43.8017'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127716'^^xsd:integer;
  dwc:observationDate '1974-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '127716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0575 -34.37165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0575"^^xsd:decimal ;
  dwc:decimalLongitude "-34.37165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827000_8_FIS_375001'^^xsd:string;
  dwc:scientificName 'Hygophum reinhardti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-34.37165'^^xsd:double;
  dwc:startLongitude '-34.3783'^^xsd:double;
  dwc:endLongitude '-34.365'^^xsd:double;
  dwc:latitude '32.0575'^^xsd:double;
  dwc:startLatitude '32.0083'^^xsd:double;
  dwc:endLatitude '32.1067'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126604'^^xsd:integer;
  dwc:observationDate '1973-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '126604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9017 -43.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9017"^^xsd:decimal ;
  dwc:decimalLongitude "-43.6033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827200_1_COP_200005'^^xsd:string;
  dwc:scientificName 'Oncaea ornata form 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-43.6033'^^xsd:double;
  dwc:startLongitude '-43.6233'^^xsd:double;
  dwc:endLongitude '-43.5833'^^xsd:double;
  dwc:latitude '31.9017'^^xsd:double;
  dwc:startLatitude '31.9617'^^xsd:double;
  dwc:endLatitude '31.8417'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '128944'^^xsd:integer;
  dwc:observationDate '1973-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '128944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14665"^^xsd:decimal ;
  dwc:decimalLongitude "-20.4525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826300_1_EUP_005005'^^xsd:string;
  dwc:scientificName 'Euphausia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-20.4525'^^xsd:double;
  dwc:startLongitude '-20.435'^^xsd:double;
  dwc:endLongitude '-20.47'^^xsd:double;
  dwc:latitude '32.14665'^^xsd:double;
  dwc:startLatitude '32.0983'^^xsd:double;
  dwc:endLatitude '32.195'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '110683'^^xsd:integer;
  dwc:observationDate '1973-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '110683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.065 -27.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.065"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826500_8_EUP_009001'^^xsd:string;
  dwc:scientificName 'Nematobrachion flexipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-27.1967'^^xsd:double;
  dwc:startLongitude '-27.2017'^^xsd:double;
  dwc:endLongitude '-27.1917'^^xsd:double;
  dwc:latitude '32.065'^^xsd:double;
  dwc:startLatitude '32.0167'^^xsd:double;
  dwc:endLatitude '32.1133'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '110692'^^xsd:integer;
  dwc:observationDate '1973-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '110692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.20585 -23.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.20585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785675_1_COP_072009'^^xsd:string;
  dwc:scientificName 'Scolecithricella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2917'^^xsd:double;
  dwc:startLongitude '-23.2767'^^xsd:double;
  dwc:endLongitude '-23.3067'^^xsd:double;
  dwc:latitude '30.20585'^^xsd:double;
  dwc:startLatitude '30.1917'^^xsd:double;
  dwc:endLatitude '30.22'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104815'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '361590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1341"^^xsd:integer ;
  dwc:maximumDepthInMeters "1356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785705_210_FIS_321003'^^xsd:string;
  dwc:scientificName 'Gadomus longifilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.52'^^xsd:double;
  dwc:startLongitude '-14.5233'^^xsd:double;
  dwc:endLongitude '-14.5167'^^xsd:double;
  dwc:latitude '36.7825'^^xsd:double;
  dwc:startLatitude '36.7767'^^xsd:double;
  dwc:endLatitude '36.7883'^^xsd:double;
  dwc:minimumDepth '1341'^^xsd:integer;
  dwc:maximumDepth '1356'^^xsd:integer;
  dwc:aphiaid '126471'^^xsd:integer;
  dwc:observationDate '1972-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785652_8_FIS_133001'^^xsd:string;
  dwc:scientificName 'Chiasmodon niger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-23.10665'^^xsd:double;
  dwc:startLongitude '-23.0883'^^xsd:double;
  dwc:endLongitude '-23.125'^^xsd:double;
  dwc:latitude '29.85915'^^xsd:double;
  dwc:startLatitude '29.9433'^^xsd:double;
  dwc:endLatitude '29.775'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '126840'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '126840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785667_1_COP_001018'^^xsd:string;
  dwc:scientificName 'Calanus tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2225'^^xsd:double;
  dwc:startLongitude '-23.2'^^xsd:double;
  dwc:endLongitude '-23.245'^^xsd:double;
  dwc:latitude '30.0817'^^xsd:double;
  dwc:startLatitude '30.0767'^^xsd:double;
  dwc:endLatitude '30.0867'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '149717'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104468'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09335"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785672_1_COP_082008'^^xsd:string;
  dwc:scientificName 'Pleuromamma piseki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2692'^^xsd:double;
  dwc:startLongitude '-23.2517'^^xsd:double;
  dwc:endLongitude '-23.2867'^^xsd:double;
  dwc:latitude '30.09335'^^xsd:double;
  dwc:startLatitude '30.08'^^xsd:double;
  dwc:endLatitude '30.1067'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '363792'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104640'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9825"^^xsd:decimal ;
  dwc:decimalLongitude "-22.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785637_8_FIS_580001'^^xsd:string;
  dwc:scientificName 'Neonesthes capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.97'^^xsd:double;
  dwc:startLongitude '-22.98'^^xsd:double;
  dwc:endLongitude '-22.96'^^xsd:double;
  dwc:latitude '29.9825'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '29.9433'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '127366'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '127366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85585 -23.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1005"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785648_1_CAL_101001'^^xsd:string;
  dwc:scientificName 'Amphicaryon acaule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.0775'^^xsd:double;
  dwc:startLongitude '-23.0083'^^xsd:double;
  dwc:endLongitude '-23.1467'^^xsd:double;
  dwc:latitude '29.85585'^^xsd:double;
  dwc:startLatitude '29.8117'^^xsd:double;
  dwc:endLatitude '29.9'^^xsd:double;
  dwc:minimumDepth '1005'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '135454'^^xsd:integer;
  dwc:observationDate '1972-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '135454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785650_8_FIS_660000'^^xsd:string;
  dwc:scientificName 'Paralepididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.015'^^xsd:double;
  dwc:startLongitude '-23.0033'^^xsd:double;
  dwc:endLongitude '-23.0267'^^xsd:double;
  dwc:latitude '30.14585'^^xsd:double;
  dwc:startLatitude '30.0617'^^xsd:double;
  dwc:endLatitude '30.23'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '125447'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '125447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93085"^^xsd:decimal ;
  dwc:decimalLongitude "-22.98415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785620_8_DEC_034013'^^xsd:string;
  dwc:scientificName 'Sergia sub maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-22.98415'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.9733'^^xsd:double;
  dwc:latitude '29.93085'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.8867'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_009001'^^xsd:string;
  dwc:scientificName 'Nematobrachion flexipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110692'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94665"^^xsd:decimal ;
  dwc:decimalLongitude "-22.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785624_8_FIS_913003'^^xsd:string;
  dwc:scientificName 'Vinciguerria attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.995'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.995'^^xsd:double;
  dwc:latitude '29.94665'^^xsd:double;
  dwc:startLatitude '29.985'^^xsd:double;
  dwc:endLatitude '29.9083'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '127302'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '127302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785614_1_COP_200008'^^xsd:string;
  dwc:scientificName 'Oncaea conifera v. minus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.03085'^^xsd:double;
  dwc:startLongitude '-23.02'^^xsd:double;
  dwc:endLongitude '-23.0417'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:startLatitude '29.8367'^^xsd:double;
  dwc:endLatitude '29.7633'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93835 -23.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93835"^^xsd:decimal ;
  dwc:decimalLongitude "-23.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785616_1_CAL_121001'^^xsd:string;
  dwc:scientificName 'Nectadamas diomedeae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.05'^^xsd:double;
  dwc:startLongitude '-23.0267'^^xsd:double;
  dwc:endLongitude '-23.0733'^^xsd:double;
  dwc:latitude '29.93835'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.9017'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135461'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8175"^^xsd:decimal ;
  dwc:decimalLongitude "-23.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785607_8_CEP_632001'^^xsd:string;
  dwc:scientificName 'Japetella diaphana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.055'^^xsd:double;
  dwc:startLongitude '-23.0467'^^xsd:double;
  dwc:endLongitude '-23.0633'^^xsd:double;
  dwc:latitude '29.8175'^^xsd:double;
  dwc:startLatitude '29.8517'^^xsd:double;
  dwc:endLatitude '29.7833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '895'^^xsd:integer;
  dwc:aphiaid '138849'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '138849'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.06085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785609_1_OST_010811'^^xsd:string;
  dwc:scientificName 'Conchoecia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.06085'^^xsd:double;
  dwc:startLongitude '-23.04'^^xsd:double;
  dwc:endLongitude '-23.0817'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.865'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_CAL_193001'^^xsd:string;
  dwc:scientificName 'Enneagonum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135407'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "405"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785602_8_EUP_009001'^^xsd:string;
  dwc:scientificName 'Nematobrachion flexipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.0225'^^xsd:double;
  dwc:startLongitude '-23.015'^^xsd:double;
  dwc:endLongitude '-23.03'^^xsd:double;
  dwc:latitude '29.9308'^^xsd:double;
  dwc:startLatitude '29.9683'^^xsd:double;
  dwc:endLatitude '29.8933'^^xsd:double;
  dwc:minimumDepth '405'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:aphiaid '110692'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '110692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785604_8_DEC_030001'^^xsd:string;
  dwc:scientificName 'Bentheogennema intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.10915'^^xsd:double;
  dwc:startLongitude '-23.09'^^xsd:double;
  dwc:endLongitude '-23.1283'^^xsd:double;
  dwc:latitude '29.7125'^^xsd:double;
  dwc:startLatitude '29.75'^^xsd:double;
  dwc:endLatitude '29.675'^^xsd:double;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107086'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '107086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_120001'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_AMP_565001'^^xsd:string;
  dwc:scientificName 'Cyphocaris anonyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '102554'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '102554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_OST_010350'^^xsd:string;
  dwc:scientificName 'Conchoecia obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '183086'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '127828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7725"^^xsd:decimal ;
  dwc:decimalLongitude "-20.14585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771110_1_OST_010810'^^xsd:string;
  dwc:scientificName 'Conchoecia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-20.14585'^^xsd:double;
  dwc:startLongitude '-20.21'^^xsd:double;
  dwc:endLongitude '-20.0817'^^xsd:double;
  dwc:latitude '52.7725'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.785'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:observationDate '1971-05-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.08835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771115_8_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-20.08835'^^xsd:double;
  dwc:startLongitude '-20.155'^^xsd:double;
  dwc:endLongitude '-20.0217'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.8733'^^xsd:double;
  dwc:endLatitude '52.8967'^^xsd:double;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1971-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^xsd:decimal ;
  dwc:decimalLongitude "-20.07665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771124_8_FIS_463000'^^xsd:string;
  dwc:scientificName 'Leptocephali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-20.07665'^^xsd:double;
  dwc:startLongitude '-20.07'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '52.85'^^xsd:double;
  dwc:startLatitude '52.8667'^^xsd:double;
  dwc:endLatitude '52.8333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:observationDate '1971-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_EUP_007005'^^xsd:string;
  dwc:scientificName 'Thysanoessa longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '110709'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '110709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_8_AMP_010002'^^xsd:string;
  dwc:scientificName 'Mimonectes loveni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '103269'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '103269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770963_8_MYS_001002'^^xsd:string;
  dwc:scientificName 'Eucopia grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.0025'^^xsd:double;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20.005'^^xsd:double;
  dwc:latitude '60.05835'^^xsd:double;
  dwc:startLatitude '60.01'^^xsd:double;
  dwc:endLatitude '60.1067'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '119917'^^xsd:integer;
  dwc:observationDate '1971-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '119917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770921_8_FIS_669000'^^xsd:string;
  dwc:scientificName 'Paracetonurus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-19.9267'^^xsd:double;
  dwc:startLongitude '-19.8917'^^xsd:double;
  dwc:endLongitude '-19.9617'^^xsd:double;
  dwc:latitude '60.20085'^^xsd:double;
  dwc:startLatitude '60.1667'^^xsd:double;
  dwc:endLatitude '60.235'^^xsd:double;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '221504'^^xsd:integer;
  dwc:observationDate '1971-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '221504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_097000'^^xsd:string;
  dwc:scientificName 'Bathylagidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '125509'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '125509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.27085 -19.93415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.27085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.93415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "705"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770928_1_AMP_010002'^^xsd:string;
  dwc:scientificName 'Mimonectes loveni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.93415'^^xsd:double;
  dwc:startLongitude '-19.895'^^xsd:double;
  dwc:endLongitude '-19.9733'^^xsd:double;
  dwc:latitude '60.27085'^^xsd:double;
  dwc:startLatitude '60.2717'^^xsd:double;
  dwc:endLatitude '60.27'^^xsd:double;
  dwc:minimumDepth '705'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '103269'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '103269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010250'^^xsd:string;
  dwc:scientificName 'Conchoecia edentata s'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.89165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '748001_8_MYS_001003'^^xsd:string;
  dwc:scientificName 'Eucopia sculpticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0258'^^xsd:double;
  dwc:startLongitude '-20.1233'^^xsd:double;
  dwc:endLongitude '-19.9283'^^xsd:double;
  dwc:latitude '39.89165'^^xsd:double;
  dwc:startLatitude '39.92'^^xsd:double;
  dwc:endLatitude '39.8633'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:aphiaid '119920'^^xsd:integer;
  dwc:observationDate '1970-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '119920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010402'^^xsd:string;
  dwc:scientificName 'Conchoecia stigmatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '183094'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '127823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_010010'^^xsd:string;
  dwc:scientificName 'Conchoecia dorsotuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-20.1633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740618_1_OST_010400'^^xsd:string;
  dwc:scientificName 'Conchoecia curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.1633'^^xsd:double;
  dwc:startLongitude '-20.1683'^^xsd:double;
  dwc:endLongitude '-20.1583'^^xsd:double;
  dwc:latitude '40.0108'^^xsd:double;
  dwc:startLatitude '40.0433'^^xsd:double;
  dwc:endLatitude '39.9783'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:aphiaid '183077'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740624_1_CHA_001037'^^xsd:string;
  dwc:scientificName 'Sagitta macrocephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-19.94835'^^xsd:double;
  dwc:startLongitude '-19.95'^^xsd:double;
  dwc:endLongitude '-19.9467'^^xsd:double;
  dwc:latitude '39.92835'^^xsd:double;
  dwc:startLatitude '39.965'^^xsd:double;
  dwc:endLatitude '39.8917'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '105456'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '105431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010553'^^xsd:string;
  dwc:scientificName 'Conchoecia lophura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127771'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1314233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010602'^^xsd:string;
  dwc:scientificName 'Conchoecia kampta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '183082'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_1_OST_010558'^^xsd:string;
  dwc:scientificName 'Conchoecia parthenoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '183087'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582701_64_FIS_783001'^^xsd:string;
  dwc:scientificName 'Sternoptyx diaphana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127314'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '127314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582703_63_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "85"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582801_63_CAL_101001'^^xsd:string;
  dwc:scientificName 'Amphicaryon acaule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '85'^^xsd:integer;
  dwc:aphiaid '135454'^^xsd:integer;
  dwc:observationDate '1965-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '135454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_143022'^^xsd:string;
  dwc:scientificName 'Lensia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135430'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582507_64_FIS_462006'^^xsd:string;
  dwc:scientificName 'Lepidophanes pyrsobolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "775"^^xsd:integer ;
  dwc:maximumDepthInMeters "830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582303_63_COP_085011'^^xsd:string;
  dwc:scientificName 'Heterorhabdus papilliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '775'^^xsd:integer;
  dwc:maximumDepth '830'^^xsd:integer;
  dwc:aphiaid '104580'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '104580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582305_64_FIS_131003'^^xsd:string;
  dwc:scientificName 'Chauliodus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:aphiaid '127337'^^xsd:integer;
  dwc:observationDate '1965-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582502_63_COP_112001'^^xsd:string;
  dwc:scientificName 'Temorites brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '104459'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '104459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_OST_010002'^^xsd:string;
  dwc:scientificName 'Conchoecia oblonga a'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183085'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582301_63_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581703_13_FIS_375005'^^xsd:string;
  dwc:scientificName 'Hygophum hygomi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0783'^^xsd:double;
  dwc:startLatitude '28.0783'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '126603'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '126603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581803_63_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_COP_201001'^^xsd:string;
  dwc:scientificName 'Gaidius pungens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '104319'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '342623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_DEC_002001'^^xsd:string;
  dwc:scientificName 'Systellaspis debilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '107605'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1790004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_FIS_135000'^^xsd:string;
  dwc:scientificName 'Cyclothone sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '126187'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_AMP_730011'^^xsd:string;
  dwc:scientificName 'Euriropsis riisei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0733"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580702_13_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-13.95'^^xsd:double;
  dwc:startLongitude '13.95'^^xsd:double;
  dwc:latitude '28.0733'^^xsd:double;
  dwc:startLatitude '28.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1965-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_260001'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_135004'^^xsd:string;
  dwc:scientificName 'Cyclothone acclinidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127282'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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 "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579502_13_FIS_467001'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.15'^^xsd:double;
  dwc:startLongitude '14.15'^^xsd:double;
  dwc:latitude '28.0883'^^xsd:double;
  dwc:startLatitude '28.0883'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:observationDate '1965-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579702_14_FIS_375004'^^xsd:string;
  dwc:scientificName 'Hygophum benoiti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.1583'^^xsd:double;
  dwc:startLongitude '14.1583'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '126602'^^xsd:integer;
  dwc:observationDate '1965-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_407001'^^xsd:string;
  dwc:scientificName 'Ichthyococcus ovatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '127298'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25605"^^xsd:decimal ;
  dwc:decimalLongitude "-12.27175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330539_86_FIS_780000'^^xsd:string;
  dwc:scientificName 'Searsia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.27175'^^xsd:double;
  dwc:startLongitude '-12.2875'^^xsd:double;
  dwc:endLongitude '-12.256'^^xsd:double;
  dwc:latitude '49.25605'^^xsd:double;
  dwc:startLatitude '49.241'^^xsd:double;
  dwc:endLatitude '49.2711'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '125907'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '125907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.502"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332101_84_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.48775'^^xsd:double;
  dwc:startLongitude '-11.4769'^^xsd:double;
  dwc:endLongitude '-11.4986'^^xsd:double;
  dwc:latitude '49.502'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:endLatitude '49.4873'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.075"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579302_13_CAL_191001'^^xsd:string;
  dwc:scientificName 'Abylopsis tetragona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.0917'^^xsd:double;
  dwc:startLongitude '14.0917'^^xsd:double;
  dwc:latitude '28.075'^^xsd:double;
  dwc:startLatitude '28.075'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '135403'^^xsd:integer;
  dwc:observationDate '1965-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '135403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_378001'^^xsd:string;
  dwc:scientificName 'Halargyreus johnsonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '126489'^^xsd:integer;
  dwc:aphiaIdAccepted '126489'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.284"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330421_85_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.8795'^^xsd:double;
  dwc:startLongitude '-12.8757'^^xsd:double;
  dwc:endLongitude '-12.8833'^^xsd:double;
  dwc:latitude '49.284'^^xsd:double;
  dwc:startLatitude '49.3039'^^xsd:double;
  dwc:endLatitude '49.2641'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.102"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330512_86_CAL_132000'^^xsd:string;
  dwc:scientificName 'Vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-12.43355'^^xsd:double;
  dwc:startLongitude '-12.4155'^^xsd:double;
  dwc:endLongitude '-12.4516'^^xsd:double;
  dwc:latitude '49.102'^^xsd:double;
  dwc:startLatitude '49.1151'^^xsd:double;
  dwc:endLatitude '49.0889'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135369'^^xsd:integer;
  dwc:observationDate '1994-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.10165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.90585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1970"^^xsd:integer ;
  dwc:maximumDepthInMeters "1980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5120101_230_FIS_063001'^^xsd:string;
  dwc:scientificName 'Bathysaurus ferox'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.90585'^^xsd:double;
  dwc:startLongitude '-12.93'^^xsd:double;
  dwc:endLongitude '-12.8817'^^xsd:double;
  dwc:latitude '51.10165'^^xsd:double;
  dwc:startLatitude '51.09'^^xsd:double;
  dwc:endLatitude '51.1133'^^xsd:double;
  dwc:minimumDepth '1970'^^xsd:integer;
  dwc:maximumDepth '1980'^^xsd:integer;
  dwc:aphiaid '126369'^^xsd:integer;
  dwc:observationDate '1981-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "685"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5131201_231_FIS_366002'^^xsd:string;
  dwc:scientificName 'Hydrolagus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:startLongitude '-11.6167'^^xsd:double;
  dwc:latitude '49.45'^^xsd:double;
  dwc:startLatitude '49.45'^^xsd:double;
  dwc:minimumDepth '685'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '105826'^^xsd:integer;
  dwc:observationDate '1982-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '105826'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1651"^^xsd:integer ;
  dwc:maximumDepthInMeters "1717"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5140901_230_FIS_771001'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.9733'^^xsd:double;
  dwc:startLongitude '-13.0033'^^xsd:double;
  dwc:endLongitude '-12.9433'^^xsd:double;
  dwc:latitude '51.29585'^^xsd:double;
  dwc:startLatitude '51.275'^^xsd:double;
  dwc:endLatitude '51.3167'^^xsd:double;
  dwc:minimumDepth '1651'^^xsd:integer;
  dwc:maximumDepth '1717'^^xsd:integer;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1982-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1605"^^xsd:integer ;
  dwc:maximumDepthInMeters "1694"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5081001_230_FIS_771001'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-12.6983'^^xsd:double;
  dwc:startLongitude '-12.6983'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1605'^^xsd:integer;
  dwc:maximumDepth '1694'^^xsd:integer;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1980-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2642"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5090301_230_FIS_365003'^^xsd:string;
  dwc:scientificName 'Hoplostethus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.4033'^^xsd:double;
  dwc:startLongitude '-13.3883'^^xsd:double;
  dwc:endLongitude '-13.4183'^^xsd:double;
  dwc:latitude '51.2642'^^xsd:double;
  dwc:startLatitude '51.2767'^^xsd:double;
  dwc:endLatitude '51.2517'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '126402'^^xsd:integer;
  dwc:observationDate '1980-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '126402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.12085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5052001_231_FIS_475001'^^xsd:string;
  dwc:scientificName 'Lepidion eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.12085'^^xsd:double;
  dwc:startLongitude '-12.135'^^xsd:double;
  dwc:endLongitude '-12.1067'^^xsd:double;
  dwc:latitude '49.58415'^^xsd:double;
  dwc:startLatitude '49.56'^^xsd:double;
  dwc:endLatitude '49.6083'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1245'^^xsd:integer;
  dwc:aphiaid '126493'^^xsd:integer;
  dwc:observationDate '1979-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0258"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "712"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5060701_230_FIS_257002'^^xsd:string;
  dwc:scientificName 'Etmopterus spinax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '-14.2017'^^xsd:double;
  dwc:endLongitude '-14.1217'^^xsd:double;
  dwc:latitude '51.0258'^^xsd:double;
  dwc:startLatitude '51.0283'^^xsd:double;
  dwc:endLatitude '51.0233'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '712'^^xsd:integer;
  dwc:aphiaid '105913'^^xsd:integer;
  dwc:observationDate '1979-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '105913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_405003'^^xsd:string;
  dwc:scientificName 'Ilyophis arx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '126324'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0545 -1.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306621_86_FIS_784005'^^xsd:string;
  dwc:scientificName 'Stomias boa boa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.7395'^^xsd:double;
  dwc:startLongitude '-1.7183'^^xsd:double;
  dwc:endLongitude '-1.7607'^^xsd:double;
  dwc:latitude '36.0545'^^xsd:double;
  dwc:startLatitude '36.0555'^^xsd:double;
  dwc:endLatitude '36.0535'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '234601'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '127374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43285 -1.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6033"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306808_85_FIS_787000'^^xsd:string;
  dwc:scientificName 'Syngathus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.6033'^^xsd:double;
  dwc:startLongitude '-1.6253'^^xsd:double;
  dwc:endLongitude '-1.5813'^^xsd:double;
  dwc:latitude '36.43285'^^xsd:double;
  dwc:startLatitude '36.4042'^^xsd:double;
  dwc:endLatitude '36.4615'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '126227'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '126227'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "978"^^xsd:integer ;
  dwc:maximumDepthInMeters "985"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000601_232_FIS_853001'^^xsd:string;
  dwc:scientificName 'Trachyscorpia cristulata-echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:startLongitude '-11.8333'^^xsd:double;
  dwc:latitude '49.5167'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:minimumDepth '978'^^xsd:integer;
  dwc:maximumDepth '985'^^xsd:integer;
  dwc:aphiaid '293754'^^xsd:integer;
  dwc:observationDate '1974-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '127257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_MED_003002'^^xsd:string;
  dwc:scientificName 'Nausithoe goblifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135286'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.32675"^^xsd:decimal ;
  dwc:decimalLongitude "-19.31625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4085"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179472_85_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.31625'^^xsd:double;
  dwc:startLongitude '-19.2858'^^xsd:double;
  dwc:endLongitude '-19.3467'^^xsd:double;
  dwc:latitude '47.32675'^^xsd:double;
  dwc:startLatitude '47.3017'^^xsd:double;
  dwc:endLatitude '47.3518'^^xsd:double;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '4085'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1988-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_FIS_127002'^^xsd:string;
  dwc:scientificName 'Ceratoscopelus maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126585'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '126585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-20.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770991_8_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-20.02585'^^xsd:double;
  dwc:startLongitude '-19.91'^^xsd:double;
  dwc:endLongitude '-20.1417'^^xsd:double;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.84'^^xsd:double;
  dwc:endLatitude '59.82'^^xsd:double;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1971-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771103_1_OST_010653'^^xsd:string;
  dwc:scientificName 'Conchoecia borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-20.385'^^xsd:double;
  dwc:startLongitude '-20.3317'^^xsd:double;
  dwc:endLongitude '-20.4383'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.9083'^^xsd:double;
  dwc:endLatitude '52.8617'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '146852'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.90915"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9417"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771107_1_OST_010653'^^xsd:string;
  dwc:scientificName 'Conchoecia borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-19.9417'^^xsd:double;
  dwc:startLongitude '-19.9967'^^xsd:double;
  dwc:endLongitude '-19.8867'^^xsd:double;
  dwc:latitude '52.90915'^^xsd:double;
  dwc:startLatitude '52.91'^^xsd:double;
  dwc:endLatitude '52.9083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '146852'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_DEC_003001'^^xsd:string;
  dwc:scientificName 'Oplophorus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '107602'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '107602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_DEC_012001'^^xsd:string;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_EUP_010000'^^xsd:string;
  dwc:scientificName 'Stylocheiron sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022832_85_CAL_143007'^^xsd:string;
  dwc:scientificName 'Lensia campanella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.47165'^^xsd:double;
  dwc:startLongitude '-31.49'^^xsd:double;
  dwc:endLongitude '-31.4533'^^xsd:double;
  dwc:latitude '33.03'^^xsd:double;
  dwc:startLatitude '33.0517'^^xsd:double;
  dwc:endLatitude '33.0083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022832_85_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.47165'^^xsd:double;
  dwc:startLongitude '-31.49'^^xsd:double;
  dwc:endLongitude '-31.4533'^^xsd:double;
  dwc:latitude '33.03'^^xsd:double;
  dwc:startLatitude '33.0517'^^xsd:double;
  dwc:endLatitude '33.0083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022832_85_CAL_143013'^^xsd:string;
  dwc:scientificName 'Lensia meteori'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.47165'^^xsd:double;
  dwc:startLongitude '-31.49'^^xsd:double;
  dwc:endLongitude '-31.4533'^^xsd:double;
  dwc:latitude '33.03'^^xsd:double;
  dwc:startLatitude '33.0517'^^xsd:double;
  dwc:endLatitude '33.0083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135435'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '135435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_DEC_038000'^^xsd:string;
  dwc:scientificName 'Lucifer sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022810_85_FIS_660000'^^xsd:string;
  dwc:scientificName 'Paralepididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.5075'^^xsd:double;
  dwc:startLongitude '-31.5267'^^xsd:double;
  dwc:endLongitude '-31.4883'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '32.99'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '125447'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '125447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022810_85_FIS_781002'^^xsd:string;
  dwc:scientificName 'Serrivomer parabeani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.5075'^^xsd:double;
  dwc:startLongitude '-31.5267'^^xsd:double;
  dwc:endLongitude '-31.4883'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '32.99'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '299815'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '126319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022810_85_FIS_783000'^^xsd:string;
  dwc:scientificName 'Sternoptyx sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.5075'^^xsd:double;
  dwc:startLongitude '-31.5267'^^xsd:double;
  dwc:endLongitude '-31.4883'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '32.99'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '126199'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '126199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1725"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022206_86_FIS_011006'^^xsd:string;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.15665'^^xsd:double;
  dwc:startLongitude '-30.1433'^^xsd:double;
  dwc:endLongitude '-30.17'^^xsd:double;
  dwc:latitude '33.1725'^^xsd:double;
  dwc:startLatitude '33.1583'^^xsd:double;
  dwc:endLatitude '33.1867'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1725"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022206_86_FIS_127001'^^xsd:string;
  dwc:scientificName 'Ceratoscopelus warmingi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.15665'^^xsd:double;
  dwc:startLongitude '-30.1433'^^xsd:double;
  dwc:endLongitude '-30.17'^^xsd:double;
  dwc:latitude '33.1725'^^xsd:double;
  dwc:startLatitude '33.1583'^^xsd:double;
  dwc:endLatitude '33.1867'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '301455'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '126586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.14085"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0325"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022214_85_CAL_193001'^^xsd:string;
  dwc:scientificName 'Enneagonum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.0325'^^xsd:double;
  dwc:startLongitude '-30.01'^^xsd:double;
  dwc:endLongitude '-30.055'^^xsd:double;
  dwc:latitude '33.14085'^^xsd:double;
  dwc:startLatitude '33.145'^^xsd:double;
  dwc:endLatitude '33.1367'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135407'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '135407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.14085"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0325"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022214_85_DEC_001001'^^xsd:string;
  dwc:scientificName 'Acanthephyra purpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.0325'^^xsd:double;
  dwc:startLongitude '-30.01'^^xsd:double;
  dwc:endLongitude '-30.055'^^xsd:double;
  dwc:latitude '33.14085'^^xsd:double;
  dwc:startLatitude '33.145'^^xsd:double;
  dwc:endLatitude '33.1367'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107582'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '107582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.14085"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0325"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022214_85_DEC_002001'^^xsd:string;
  dwc:scientificName 'Systellaspis debilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.0325'^^xsd:double;
  dwc:startLongitude '-30.01'^^xsd:double;
  dwc:endLongitude '-30.055'^^xsd:double;
  dwc:latitude '33.14085'^^xsd:double;
  dwc:startLatitude '33.145'^^xsd:double;
  dwc:endLatitude '33.1367'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107605'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '1790004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04165"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037901_84_HET_001001'^^xsd:string;
  dwc:scientificName 'Oxygyrus keraudreni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.0967'^^xsd:double;
  dwc:startLongitude '-33.0617'^^xsd:double;
  dwc:endLongitude '-33.1317'^^xsd:double;
  dwc:latitude '35.04165'^^xsd:double;
  dwc:startLatitude '35.035'^^xsd:double;
  dwc:endLatitude '35.0483'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '138839'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '138838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04165"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037901_84_HET_003001'^^xsd:string;
  dwc:scientificName 'Atlanta peroni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.0967'^^xsd:double;
  dwc:startLongitude '-33.0617'^^xsd:double;
  dwc:endLongitude '-33.1317'^^xsd:double;
  dwc:latitude '35.04165'^^xsd:double;
  dwc:startLatitude '35.035'^^xsd:double;
  dwc:endLatitude '35.0483'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '138838'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '138838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04165"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037901_84_HET_003002'^^xsd:string;
  dwc:scientificName 'Atlanta gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.0967'^^xsd:double;
  dwc:startLongitude '-33.0617'^^xsd:double;
  dwc:endLongitude '-33.1317'^^xsd:double;
  dwc:latitude '35.04165'^^xsd:double;
  dwc:startLatitude '35.035'^^xsd:double;
  dwc:endLatitude '35.0483'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '430418'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '430418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_DEC_036007'^^xsd:string;
  dwc:scientificName 'Sergestes armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '107126'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '514136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_DEC_036008'^^xsd:string;
  dwc:scientificName 'Sergestes vigilax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '107133'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '514141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_DEC_036009'^^xsd:string;
  dwc:scientificName 'Sergestes pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '107131'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '514112'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.06335"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022217_85_FIS_793000'^^xsd:string;
  dwc:scientificName 'Sternoptichidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-30.0625'^^xsd:double;
  dwc:startLongitude '-30.0483'^^xsd:double;
  dwc:endLongitude '-30.0767'^^xsd:double;
  dwc:latitude '33.06335'^^xsd:double;
  dwc:startLatitude '33.075'^^xsd:double;
  dwc:endLatitude '33.0517'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '125603'^^xsd:integer;
  dwc:observationDate '1980-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.06335"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022217_85_FIS_913001'^^xsd:string;
  dwc:scientificName 'Vinciguerria nimbaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-30.0625'^^xsd:double;
  dwc:startLongitude '-30.0483'^^xsd:double;
  dwc:endLongitude '-30.0767'^^xsd:double;
  dwc:latitude '33.06335'^^xsd:double;
  dwc:startLatitude '33.075'^^xsd:double;
  dwc:endLatitude '33.0517'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '127303'^^xsd:integer;
  dwc:observationDate '1980-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.06335"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022217_85_FIS_913002'^^xsd:string;
  dwc:scientificName 'Vinciguerria poweriae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-30.0625'^^xsd:double;
  dwc:startLongitude '-30.0483'^^xsd:double;
  dwc:endLongitude '-30.0767'^^xsd:double;
  dwc:latitude '33.06335'^^xsd:double;
  dwc:startLatitude '33.075'^^xsd:double;
  dwc:endLatitude '33.0517'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '127304'^^xsd:integer;
  dwc:observationDate '1980-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127304'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_FIS_785001'^^xsd:string;
  dwc:scientificName 'Symbolophorus rufinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '158918'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '158918'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_FIS_854001'^^xsd:string;
  dwc:scientificName 'Taaningichthys bathyphilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '126631'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '126631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.12085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5052001_231_FIS_365003'^^xsd:string;
  dwc:scientificName 'Hoplostethus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.12085'^^xsd:double;
  dwc:startLongitude '-12.135'^^xsd:double;
  dwc:endLongitude '-12.1067'^^xsd:double;
  dwc:latitude '49.58415'^^xsd:double;
  dwc:startLatitude '49.56'^^xsd:double;
  dwc:endLatitude '49.6083'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1245'^^xsd:integer;
  dwc:aphiaid '126402'^^xsd:integer;
  dwc:observationDate '1979-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.12085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5052001_231_FIS_366002'^^xsd:string;
  dwc:scientificName 'Hydrolagus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.12085'^^xsd:double;
  dwc:startLongitude '-12.135'^^xsd:double;
  dwc:endLongitude '-12.1067'^^xsd:double;
  dwc:latitude '49.58415'^^xsd:double;
  dwc:startLatitude '49.56'^^xsd:double;
  dwc:endLatitude '49.6083'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1245'^^xsd:integer;
  dwc:aphiaid '105826'^^xsd:integer;
  dwc:observationDate '1979-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '105826'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.12085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5052001_231_FIS_378001'^^xsd:string;
  dwc:scientificName 'Halargyreus johnsonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.12085'^^xsd:double;
  dwc:startLongitude '-12.135'^^xsd:double;
  dwc:endLongitude '-12.1067'^^xsd:double;
  dwc:latitude '49.58415'^^xsd:double;
  dwc:startLatitude '49.56'^^xsd:double;
  dwc:endLatitude '49.6083'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1245'^^xsd:integer;
  dwc:aphiaid '126489'^^xsd:integer;
  dwc:observationDate '1979-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_135004'^^xsd:string;
  dwc:scientificName 'Cyclothone acclinidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127282'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_135007'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_135008'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_260001'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7733"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011503_82_OST_010102'^^xsd:string;
  dwc:scientificName 'Conchoecia macroprocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.0583'^^xsd:double;
  dwc:startLongitude '-14.0333'^^xsd:double;
  dwc:endLongitude '-14.0833'^^xsd:double;
  dwc:latitude '49.7733'^^xsd:double;
  dwc:startLatitude '49.7633'^^xsd:double;
  dwc:endLatitude '49.7833'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7733"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011503_82_OST_010250'^^xsd:string;
  dwc:scientificName 'Conchoecia edentata s'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.0583'^^xsd:double;
  dwc:startLongitude '-14.0333'^^xsd:double;
  dwc:endLongitude '-14.0833'^^xsd:double;
  dwc:latitude '49.7733'^^xsd:double;
  dwc:startLatitude '49.7633'^^xsd:double;
  dwc:endLatitude '49.7833'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7733"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011503_82_OST_010350'^^xsd:string;
  dwc:scientificName 'Conchoecia obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.0583'^^xsd:double;
  dwc:startLongitude '-14.0333'^^xsd:double;
  dwc:endLongitude '-14.0833'^^xsd:double;
  dwc:latitude '49.7733'^^xsd:double;
  dwc:startLatitude '49.7633'^^xsd:double;
  dwc:endLatitude '49.7833'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '183086'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_004009'^^xsd:string;
  dwc:scientificName 'Archiconcoecia bispicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127737'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '176642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_004014'^^xsd:string;
  dwc:scientificName 'Archiconcoecia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127744'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_010000'^^xsd:string;
  dwc:scientificName 'Conchoecia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66665"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037828_85_DEC_039002'^^xsd:string;
  dwc:scientificName 'Funchalia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.66665'^^xsd:double;
  dwc:startLongitude '-29.6883'^^xsd:double;
  dwc:endLongitude '-29.645'^^xsd:double;
  dwc:latitude '32.17335'^^xsd:double;
  dwc:startLatitude '32.1967'^^xsd:double;
  dwc:endLatitude '32.15'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107100'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '107100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66665"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037828_85_DEC_050001'^^xsd:string;
  dwc:scientificName 'Megalopas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.66665'^^xsd:double;
  dwc:startLongitude '-29.6883'^^xsd:double;
  dwc:endLongitude '-29.645'^^xsd:double;
  dwc:latitude '32.17335'^^xsd:double;
  dwc:startLatitude '32.1967'^^xsd:double;
  dwc:endLatitude '32.15'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66665"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037828_85_EUP_001002'^^xsd:string;
  dwc:scientificName 'Thysanopoda cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.66665'^^xsd:double;
  dwc:startLongitude '-29.6883'^^xsd:double;
  dwc:endLongitude '-29.645'^^xsd:double;
  dwc:latitude '32.17335'^^xsd:double;
  dwc:startLatitude '32.1967'^^xsd:double;
  dwc:endLatitude '32.15'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110715'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '110715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67085 -14.1733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011520_86_MYS_002001'^^xsd:string;
  dwc:scientificName 'Gnathophausia zoea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1733'^^xsd:double;
  dwc:startLongitude '-14.1583'^^xsd:double;
  dwc:endLongitude '-14.1883'^^xsd:double;
  dwc:latitude '49.67085'^^xsd:double;
  dwc:startLatitude '49.635'^^xsd:double;
  dwc:endLatitude '49.7067'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1505'^^xsd:integer;
  dwc:aphiaid '119930'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '119930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67085 -14.1733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011520_86_MYS_002002'^^xsd:string;
  dwc:scientificName 'Gnathophausia gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1733'^^xsd:double;
  dwc:startLongitude '-14.1583'^^xsd:double;
  dwc:endLongitude '-14.1883'^^xsd:double;
  dwc:latitude '49.67085'^^xsd:double;
  dwc:startLatitude '49.635'^^xsd:double;
  dwc:endLatitude '49.7067'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1505'^^xsd:integer;
  dwc:aphiaid '119927'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '119931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67085 -14.1733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011520_86_MYS_003001'^^xsd:string;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1733'^^xsd:double;
  dwc:startLongitude '-14.1583'^^xsd:double;
  dwc:endLongitude '-14.1883'^^xsd:double;
  dwc:latitude '49.67085'^^xsd:double;
  dwc:startLatitude '49.635'^^xsd:double;
  dwc:endLatitude '49.7067'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1505'^^xsd:integer;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70915"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011516_82_OST_010808'^^xsd:string;
  dwc:scientificName 'Conchoecia teretivalvata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-13.95085'^^xsd:double;
  dwc:startLongitude '-13.96'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.70915'^^xsd:double;
  dwc:startLatitude '49.725'^^xsd:double;
  dwc:endLatitude '49.6933'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70915"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011516_85_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-13.95085'^^xsd:double;
  dwc:startLongitude '-13.96'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.70915'^^xsd:double;
  dwc:startLatitude '49.725'^^xsd:double;
  dwc:endLatitude '49.6933'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70915"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011516_85_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-13.95085'^^xsd:double;
  dwc:startLongitude '-13.96'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.70915'^^xsd:double;
  dwc:startLatitude '49.725'^^xsd:double;
  dwc:endLatitude '49.6933'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_DEC_005005'^^xsd:string;
  dwc:scientificName 'Ephyrina figueirai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107587'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_DEC_009001'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sulcatifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107673'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_DEC_033000'^^xsd:string;
  dwc:scientificName 'Gennadas sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '106813'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '106813'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3975"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037807_86_MYS_001003'^^xsd:string;
  dwc:scientificName 'Eucopia sculpticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8425'^^xsd:double;
  dwc:startLongitude '-29.8483'^^xsd:double;
  dwc:endLongitude '-29.8367'^^xsd:double;
  dwc:latitude '32.3975'^^xsd:double;
  dwc:startLatitude '32.4133'^^xsd:double;
  dwc:endLatitude '32.3817'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '119920'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '119920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3975"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037807_86_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8425'^^xsd:double;
  dwc:startLongitude '-29.8483'^^xsd:double;
  dwc:endLongitude '-29.8367'^^xsd:double;
  dwc:latitude '32.3975'^^xsd:double;
  dwc:startLatitude '32.4133'^^xsd:double;
  dwc:endLatitude '32.3817'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3975"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037807_86_PHY_010002'^^xsd:string;
  dwc:scientificName 'Frillagalma vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8425'^^xsd:double;
  dwc:startLongitude '-29.8483'^^xsd:double;
  dwc:endLongitude '-29.8367'^^xsd:double;
  dwc:latitude '32.3975'^^xsd:double;
  dwc:startLatitude '32.4133'^^xsd:double;
  dwc:endLatitude '32.3817'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '135488'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '135488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.27915 -11.8258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.27915"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011004_82_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-11.8258'^^xsd:double;
  dwc:startLongitude '-11.8033'^^xsd:double;
  dwc:endLongitude '-11.8483'^^xsd:double;
  dwc:latitude '49.27915'^^xsd:double;
  dwc:startLatitude '49.275'^^xsd:double;
  dwc:endLatitude '49.2833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1979-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.27915 -11.8258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.27915"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011004_82_OST_010802'^^xsd:string;
  dwc:scientificName 'Conchoecia pusilla s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-11.8258'^^xsd:double;
  dwc:startLongitude '-11.8033'^^xsd:double;
  dwc:endLongitude '-11.8483'^^xsd:double;
  dwc:latitude '49.27915'^^xsd:double;
  dwc:startLatitude '49.275'^^xsd:double;
  dwc:endLatitude '49.2833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:observationDate '1979-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.27915 -11.8258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.27915"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011004_82_OST_010808'^^xsd:string;
  dwc:scientificName 'Conchoecia teretivalvata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-11.8258'^^xsd:double;
  dwc:startLongitude '-11.8033'^^xsd:double;
  dwc:endLongitude '-11.8483'^^xsd:double;
  dwc:latitude '49.27915'^^xsd:double;
  dwc:startLatitude '49.275'^^xsd:double;
  dwc:endLatitude '49.2833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:observationDate '1979-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_84_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_84_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_84_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-29.88415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037823_86_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.88415'^^xsd:double;
  dwc:startLongitude '-29.87'^^xsd:double;
  dwc:endLongitude '-29.8983'^^xsd:double;
  dwc:latitude '32.4625'^^xsd:double;
  dwc:startLatitude '32.4483'^^xsd:double;
  dwc:endLatitude '32.4767'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-29.88415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037823_86_CAL_191002'^^xsd:string;
  dwc:scientificName 'Abylopsis eschscholtzii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.88415'^^xsd:double;
  dwc:startLongitude '-29.87'^^xsd:double;
  dwc:endLongitude '-29.8983'^^xsd:double;
  dwc:latitude '32.4625'^^xsd:double;
  dwc:startLatitude '32.4483'^^xsd:double;
  dwc:endLatitude '32.4767'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '196656'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '196656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-29.88415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037823_86_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.88415'^^xsd:double;
  dwc:startLongitude '-29.87'^^xsd:double;
  dwc:endLongitude '-29.8983'^^xsd:double;
  dwc:latitude '32.4625'^^xsd:double;
  dwc:startLatitude '32.4483'^^xsd:double;
  dwc:endLatitude '32.4767'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022806_84_FIS_131001'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '32.9783'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022806_84_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '32.9783'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022806_84_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '32.9783'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.16"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022818_84_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.4625'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4567'^^xsd:double;
  dwc:latitude '33.16'^^xsd:double;
  dwc:startLatitude '33.1683'^^xsd:double;
  dwc:endLatitude '33.1517'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.16"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022818_84_EUP_010000'^^xsd:string;
  dwc:scientificName 'Stylocheiron sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.4625'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4567'^^xsd:double;
  dwc:latitude '33.16'^^xsd:double;
  dwc:startLatitude '33.1683'^^xsd:double;
  dwc:endLatitude '33.1517'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.16"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022818_84_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.4625'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4567'^^xsd:double;
  dwc:latitude '33.16'^^xsd:double;
  dwc:startLatitude '33.1683'^^xsd:double;
  dwc:endLatitude '33.1517'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "53"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023203_86_FIS_406001'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.5875'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.58'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.04'^^xsd:double;
  dwc:endLatitude '33.015'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '53'^^xsd:integer;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "53"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023203_86_FIS_461002'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.5875'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.58'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.04'^^xsd:double;
  dwc:endLatitude '33.015'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '53'^^xsd:integer;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "53"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023203_86_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.5875'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.58'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.04'^^xsd:double;
  dwc:endLatitude '33.015'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '53'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_EUP_010001'^^xsd:string;
  dwc:scientificName 'Stylocheiron carinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '110701'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '110701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_EUP_010003'^^xsd:string;
  dwc:scientificName 'Stylocheiron suhmii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '110706'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '110706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022826_86_FIS_261013'^^xsd:string;
  dwc:scientificName 'Eustomias schmidti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.59'^^xsd:double;
  dwc:startLongitude '-31.5767'^^xsd:double;
  dwc:endLongitude '-31.6033'^^xsd:double;
  dwc:latitude '33.01415'^^xsd:double;
  dwc:startLatitude '32.995'^^xsd:double;
  dwc:endLatitude '33.0333'^^xsd:double;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '127348'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022826_86_FIS_300001'^^xsd:string;
  dwc:scientificName 'Flagellostomias boureei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.59'^^xsd:double;
  dwc:startLongitude '-31.5767'^^xsd:double;
  dwc:endLongitude '-31.6033'^^xsd:double;
  dwc:latitude '33.01415'^^xsd:double;
  dwc:startLatitude '32.995'^^xsd:double;
  dwc:endLatitude '33.0333'^^xsd:double;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '127351'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022826_86_FIS_460005'^^xsd:string;
  dwc:scientificName 'Lampadena urophaos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.59'^^xsd:double;
  dwc:startLongitude '-31.5767'^^xsd:double;
  dwc:endLongitude '-31.6033'^^xsd:double;
  dwc:latitude '33.01415'^^xsd:double;
  dwc:startLatitude '32.995'^^xsd:double;
  dwc:endLatitude '33.0333'^^xsd:double;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '126609'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '126609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8458"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023208_85_EUP_010000'^^xsd:string;
  dwc:scientificName 'Stylocheiron sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.50085'^^xsd:double;
  dwc:startLongitude '-31.505'^^xsd:double;
  dwc:endLongitude '-31.4967'^^xsd:double;
  dwc:latitude '32.8458'^^xsd:double;
  dwc:startLatitude '32.8583'^^xsd:double;
  dwc:endLatitude '32.8333'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8458"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023208_85_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.50085'^^xsd:double;
  dwc:startLongitude '-31.505'^^xsd:double;
  dwc:endLongitude '-31.4967'^^xsd:double;
  dwc:latitude '32.8458'^^xsd:double;
  dwc:startLatitude '32.8583'^^xsd:double;
  dwc:endLatitude '32.8333'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8458"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023208_85_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.50085'^^xsd:double;
  dwc:startLongitude '-31.505'^^xsd:double;
  dwc:endLongitude '-31.4967'^^xsd:double;
  dwc:latitude '32.8458'^^xsd:double;
  dwc:startLatitude '32.8583'^^xsd:double;
  dwc:endLatitude '32.8333'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8458"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023208_85_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.50085'^^xsd:double;
  dwc:startLongitude '-31.505'^^xsd:double;
  dwc:endLongitude '-31.4967'^^xsd:double;
  dwc:latitude '32.8458'^^xsd:double;
  dwc:startLatitude '32.8583'^^xsd:double;
  dwc:endLatitude '32.8333'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7425"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023215_86_CAL_101001'^^xsd:string;
  dwc:scientificName 'Amphicaryon acaule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4608'^^xsd:double;
  dwc:startLongitude '-31.4633'^^xsd:double;
  dwc:endLongitude '-31.4583'^^xsd:double;
  dwc:latitude '32.7425'^^xsd:double;
  dwc:startLatitude '32.7533'^^xsd:double;
  dwc:endLatitude '32.7317'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135454'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7425"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023215_86_CAL_101003'^^xsd:string;
  dwc:scientificName 'Amphicaryon peltifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4608'^^xsd:double;
  dwc:startLongitude '-31.4633'^^xsd:double;
  dwc:endLongitude '-31.4583'^^xsd:double;
  dwc:latitude '32.7425'^^xsd:double;
  dwc:startLatitude '32.7533'^^xsd:double;
  dwc:endLatitude '32.7317'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135456'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135456'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7425"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023215_86_CAL_130000'^^xsd:string;
  dwc:scientificName 'Hippopodius/vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4608'^^xsd:double;
  dwc:startLongitude '-31.4633'^^xsd:double;
  dwc:endLongitude '-31.4583'^^xsd:double;
  dwc:latitude '32.7425'^^xsd:double;
  dwc:startLatitude '32.7533'^^xsd:double;
  dwc:endLatitude '32.7317'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135339'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7425"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023215_86_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4608'^^xsd:double;
  dwc:startLongitude '-31.4633'^^xsd:double;
  dwc:endLongitude '-31.4583'^^xsd:double;
  dwc:latitude '32.7425'^^xsd:double;
  dwc:startLatitude '32.7533'^^xsd:double;
  dwc:endLatitude '32.7317'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-12.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010510_86_DEC_034014'^^xsd:string;
  dwc:scientificName 'Sergia robustus/bisulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-12.265'^^xsd:double;
  dwc:startLongitude '-12.2783'^^xsd:double;
  dwc:endLongitude '-12.2517'^^xsd:double;
  dwc:latitude '54.3883'^^xsd:double;
  dwc:startLatitude '54.4033'^^xsd:double;
  dwc:endLatitude '54.3733'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '142277'^^xsd:integer;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1732131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-12.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010510_86_DEC_036013'^^xsd:string;
  dwc:scientificName 'Sergestes arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-12.265'^^xsd:double;
  dwc:startLongitude '-12.2783'^^xsd:double;
  dwc:endLongitude '-12.2517'^^xsd:double;
  dwc:latitude '54.3883'^^xsd:double;
  dwc:startLatitude '54.4033'^^xsd:double;
  dwc:endLatitude '54.3733'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '107125'^^xsd:integer;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '515738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-12.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010510_86_DEC_053000'^^xsd:string;
  dwc:scientificName 'Brachyura spp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-12.265'^^xsd:double;
  dwc:startLongitude '-12.2783'^^xsd:double;
  dwc:endLongitude '-12.2517'^^xsd:double;
  dwc:latitude '54.3883'^^xsd:double;
  dwc:startLatitude '54.4033'^^xsd:double;
  dwc:endLatitude '54.3733'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.30585"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023219_86_CAL_141003'^^xsd:string;
  dwc:scientificName 'Sulculeolaria turgida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.4775'^^xsd:double;
  dwc:startLongitude '-31.485'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '32.30585'^^xsd:double;
  dwc:startLatitude '32.315'^^xsd:double;
  dwc:endLatitude '32.2967'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '135448'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '135448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.30585"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023219_86_CAL_142002'^^xsd:string;
  dwc:scientificName 'Diphyes bojani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.4775'^^xsd:double;
  dwc:startLongitude '-31.485'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '32.30585'^^xsd:double;
  dwc:startLatitude '32.315'^^xsd:double;
  dwc:endLatitude '32.2967'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '135419'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '135419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.30585"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023219_86_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.4775'^^xsd:double;
  dwc:startLongitude '-31.485'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '32.30585'^^xsd:double;
  dwc:startLatitude '32.315'^^xsd:double;
  dwc:endLatitude '32.2967'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0058 -31.61585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0058"^^xsd:decimal ;
  dwc:decimalLongitude "-31.61585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1002"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023308_85_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.61585'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.6367'^^xsd:double;
  dwc:latitude '32.0058'^^xsd:double;
  dwc:startLatitude '32.0033'^^xsd:double;
  dwc:endLatitude '32.0083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1002'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0058 -31.61585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0058"^^xsd:decimal ;
  dwc:decimalLongitude "-31.61585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1002"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023308_85_MYS_001002'^^xsd:string;
  dwc:scientificName 'Eucopia grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.61585'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.6367'^^xsd:double;
  dwc:latitude '32.0058'^^xsd:double;
  dwc:startLatitude '32.0033'^^xsd:double;
  dwc:endLatitude '32.0083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1002'^^xsd:integer;
  dwc:aphiaid '119917'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '119917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0058 -31.61585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0058"^^xsd:decimal ;
  dwc:decimalLongitude "-31.61585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1002"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023308_85_MYS_001003'^^xsd:string;
  dwc:scientificName 'Eucopia sculpticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.61585'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.6367'^^xsd:double;
  dwc:latitude '32.0058'^^xsd:double;
  dwc:startLatitude '32.0033'^^xsd:double;
  dwc:endLatitude '32.0083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1002'^^xsd:integer;
  dwc:aphiaid '119920'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '119920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "405"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010521_86_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.02585'^^xsd:double;
  dwc:startLongitude '-13.0017'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '54.78165'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.7933'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '405'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "405"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010521_86_DEC_001002'^^xsd:string;
  dwc:scientificName 'Acanthephyra pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.02585'^^xsd:double;
  dwc:startLongitude '-13.0017'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '54.78165'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.7933'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '405'^^xsd:integer;
  dwc:aphiaid '107581'^^xsd:integer;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "405"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010521_86_DEC_033000'^^xsd:string;
  dwc:scientificName 'Gennadas sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.02585'^^xsd:double;
  dwc:startLongitude '-13.0017'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '54.78165'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.7933'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '405'^^xsd:integer;
  dwc:aphiaid '106813'^^xsd:integer;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '106813'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010806_84_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.8075'^^xsd:double;
  dwc:startLongitude '-12.7967'^^xsd:double;
  dwc:endLongitude '-12.8183'^^xsd:double;
  dwc:latitude '49.4433'^^xsd:double;
  dwc:startLatitude '49.4633'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010806_84_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.8075'^^xsd:double;
  dwc:startLongitude '-12.7967'^^xsd:double;
  dwc:endLongitude '-12.8183'^^xsd:double;
  dwc:latitude '49.4433'^^xsd:double;
  dwc:startLatitude '49.4633'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010806_84_DEC_001002'^^xsd:string;
  dwc:scientificName 'Acanthephyra pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.8075'^^xsd:double;
  dwc:startLongitude '-12.7967'^^xsd:double;
  dwc:endLongitude '-12.8183'^^xsd:double;
  dwc:latitude '49.4433'^^xsd:double;
  dwc:startLatitude '49.4633'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '107581'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_82_OST_010800'^^xsd:string;
  dwc:scientificName 'Conchoecia abysallis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_82_OST_010806'^^xsd:string;
  dwc:scientificName 'Conchoecia glandulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_85_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010902_85_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.4817'^^xsd:double;
  dwc:startLongitude '-12.4567'^^xsd:double;
  dwc:endLongitude '-12.5067'^^xsd:double;
  dwc:latitude '49.3'^^xsd:double;
  dwc:startLatitude '49.31'^^xsd:double;
  dwc:endLatitude '49.29'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1155'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010902_85_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.4817'^^xsd:double;
  dwc:startLongitude '-12.4567'^^xsd:double;
  dwc:endLongitude '-12.5067'^^xsd:double;
  dwc:latitude '49.3'^^xsd:double;
  dwc:startLatitude '49.31'^^xsd:double;
  dwc:endLatitude '49.29'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1155'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010902_85_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.4817'^^xsd:double;
  dwc:startLongitude '-12.4567'^^xsd:double;
  dwc:endLongitude '-12.5067'^^xsd:double;
  dwc:latitude '49.3'^^xsd:double;
  dwc:startLatitude '49.31'^^xsd:double;
  dwc:endLatitude '49.29'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1155'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_009002'^^xsd:string;
  dwc:scientificName 'Nematobrachion sexspinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '110693'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_010000'^^xsd:string;
  dwc:scientificName 'Stylocheiron sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_010002'^^xsd:string;
  dwc:scientificName 'Stylocheiron affine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '110700'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3742"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037813_86_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8992'^^xsd:double;
  dwc:startLongitude '-29.8867'^^xsd:double;
  dwc:endLongitude '-29.9117'^^xsd:double;
  dwc:latitude '32.3742'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.4017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3742"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037813_86_DEC_034001'^^xsd:string;
  dwc:scientificName 'Sergia japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8992'^^xsd:double;
  dwc:startLongitude '-29.8867'^^xsd:double;
  dwc:endLongitude '-29.9117'^^xsd:double;
  dwc:latitude '32.3742'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.4017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '421656'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3742"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037813_86_DEC_034003'^^xsd:string;
  dwc:scientificName 'Sergia tenuiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8992'^^xsd:double;
  dwc:startLongitude '-29.8867'^^xsd:double;
  dwc:endLongitude '-29.9117'^^xsd:double;
  dwc:latitude '32.3742'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.4017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107138'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107138'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_82_OST_010402'^^xsd:string;
  dwc:scientificName 'Conchoecia stigmatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:aphiaid '183094'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_82_OST_010608'^^xsd:string;
  dwc:scientificName 'Conchoecia eltaninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_82_OST_010609'^^xsd:string;
  dwc:scientificName 'Conchoecia aff. eltaninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_82_OST_010610'^^xsd:string;
  dwc:scientificName 'Conchoecia aff. tyloda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.475"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037801_84_CAL_141005'^^xsd:string;
  dwc:scientificName 'Sulculeolaria chuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-29.98085'^^xsd:double;
  dwc:startLongitude '-30.005'^^xsd:double;
  dwc:endLongitude '-29.9567'^^xsd:double;
  dwc:latitude '32.475'^^xsd:double;
  dwc:startLatitude '32.4933'^^xsd:double;
  dwc:endLatitude '32.4567'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '135446'^^xsd:integer;
  dwc:observationDate '1981-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.475"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037801_84_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-29.98085'^^xsd:double;
  dwc:startLongitude '-30.005'^^xsd:double;
  dwc:endLongitude '-29.9567'^^xsd:double;
  dwc:latitude '32.475'^^xsd:double;
  dwc:startLatitude '32.4933'^^xsd:double;
  dwc:endLatitude '32.4567'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1981-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.475"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037801_84_CAL_142002'^^xsd:string;
  dwc:scientificName 'Diphyes bojani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-29.98085'^^xsd:double;
  dwc:startLongitude '-30.005'^^xsd:double;
  dwc:endLongitude '-29.9567'^^xsd:double;
  dwc:latitude '32.475'^^xsd:double;
  dwc:startLatitude '32.4933'^^xsd:double;
  dwc:endLatitude '32.4567'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '135419'^^xsd:integer;
  dwc:observationDate '1981-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.29585 -33.63835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-33.63835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1400"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037637_84_EUP_001012'^^xsd:string;
  dwc:scientificName 'Thysanopoda egregia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.63835'^^xsd:double;
  dwc:startLongitude '-33.6617'^^xsd:double;
  dwc:endLongitude '-33.615'^^xsd:double;
  dwc:latitude '33.29585'^^xsd:double;
  dwc:startLatitude '33.27'^^xsd:double;
  dwc:endLatitude '33.3217'^^xsd:double;
  dwc:minimumDepth '1400'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '110716'^^xsd:integer;
  dwc:observationDate '1981-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.29585 -33.63835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-33.63835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1400"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037637_84_EUP_001015'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis/obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.63835'^^xsd:double;
  dwc:startLongitude '-33.6617'^^xsd:double;
  dwc:endLongitude '-33.615'^^xsd:double;
  dwc:latitude '33.29585'^^xsd:double;
  dwc:startLatitude '33.27'^^xsd:double;
  dwc:endLatitude '33.3217'^^xsd:double;
  dwc:minimumDepth '1400'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '110680'^^xsd:integer;
  dwc:observationDate '1981-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.29585 -33.63835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-33.63835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1400"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037637_84_EUP_001022'^^xsd:string;
  dwc:scientificName 'Thysanopoda cornuta/gregaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.63835'^^xsd:double;
  dwc:startLongitude '-33.6617'^^xsd:double;
  dwc:endLongitude '-33.615'^^xsd:double;
  dwc:latitude '33.29585'^^xsd:double;
  dwc:startLatitude '33.27'^^xsd:double;
  dwc:endLatitude '33.3217'^^xsd:double;
  dwc:minimumDepth '1400'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '110680'^^xsd:integer;
  dwc:observationDate '1981-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69915 -15.1325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69915"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109001_84_CAL_171001'^^xsd:string;
  dwc:scientificName 'Sphaeronectes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.1325'^^xsd:double;
  dwc:startLongitude '-15.1433'^^xsd:double;
  dwc:endLongitude '-15.1217'^^xsd:double;
  dwc:latitude '39.69915'^^xsd:double;
  dwc:startLatitude '39.7033'^^xsd:double;
  dwc:endLatitude '39.695'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135477'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '152189'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69915 -15.1325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69915"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109001_84_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.1325'^^xsd:double;
  dwc:startLongitude '-15.1433'^^xsd:double;
  dwc:endLongitude '-15.1217'^^xsd:double;
  dwc:latitude '39.69915'^^xsd:double;
  dwc:startLatitude '39.7033'^^xsd:double;
  dwc:endLatitude '39.695'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69915 -15.1325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69915"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109001_84_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.1325'^^xsd:double;
  dwc:startLongitude '-15.1433'^^xsd:double;
  dwc:endLongitude '-15.1217'^^xsd:double;
  dwc:latitude '39.69915'^^xsd:double;
  dwc:startLatitude '39.7033'^^xsd:double;
  dwc:endLatitude '39.695'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_143018'^^xsd:string;
  dwc:scientificName 'Lensia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '135429'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_143032'^^xsd:string;
  dwc:scientificName 'Lensia campanella var. 7824'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43285 -1.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6033"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306808_85_FIS_525000'^^xsd:string;
  dwc:scientificName 'Myctophidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.6033'^^xsd:double;
  dwc:startLongitude '-1.6253'^^xsd:double;
  dwc:endLongitude '-1.5813'^^xsd:double;
  dwc:latitude '36.43285'^^xsd:double;
  dwc:startLatitude '36.4042'^^xsd:double;
  dwc:endLatitude '36.4615'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '125498'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '125498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43285 -1.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6033"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306808_85_FIS_582005'^^xsd:string;
  dwc:scientificName 'Notoscopelus bolini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.6033'^^xsd:double;
  dwc:startLongitude '-1.6253'^^xsd:double;
  dwc:endLongitude '-1.5813'^^xsd:double;
  dwc:latitude '36.43285'^^xsd:double;
  dwc:startLatitude '36.4042'^^xsd:double;
  dwc:endLatitude '36.4615'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '158913'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '158913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43285 -1.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6033"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306808_85_FIS_784005'^^xsd:string;
  dwc:scientificName 'Stomias boa boa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.6033'^^xsd:double;
  dwc:startLongitude '-1.6253'^^xsd:double;
  dwc:endLongitude '-1.5813'^^xsd:double;
  dwc:latitude '36.43285'^^xsd:double;
  dwc:startLatitude '36.4042'^^xsd:double;
  dwc:endLatitude '36.4615'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '234601'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '127374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.48 -30.6858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.48"^^xsd:decimal ;
  dwc:decimalLongitude "-30.6858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024508_84_MYS_015001'^^xsd:string;
  dwc:scientificName 'Lophogaster spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-30.6858'^^xsd:double;
  dwc:startLongitude '-30.6733'^^xsd:double;
  dwc:endLongitude '-30.6983'^^xsd:double;
  dwc:latitude '32.48'^^xsd:double;
  dwc:startLatitude '32.4633'^^xsd:double;
  dwc:endLatitude '32.4967'^^xsd:double;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '431217'^^xsd:integer;
  dwc:observationDate '1980-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '431217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.48 -30.6858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.48"^^xsd:decimal ;
  dwc:decimalLongitude "-30.6858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024508_84_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-30.6858'^^xsd:double;
  dwc:startLongitude '-30.6733'^^xsd:double;
  dwc:endLongitude '-30.6983'^^xsd:double;
  dwc:latitude '32.48'^^xsd:double;
  dwc:startLatitude '32.4633'^^xsd:double;
  dwc:endLatitude '32.4967'^^xsd:double;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1980-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.48 -30.6858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.48"^^xsd:decimal ;
  dwc:decimalLongitude "-30.6858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024508_84_PHY_010002'^^xsd:string;
  dwc:scientificName 'Frillagalma vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-30.6858'^^xsd:double;
  dwc:startLongitude '-30.6733'^^xsd:double;
  dwc:endLongitude '-30.6983'^^xsd:double;
  dwc:latitude '32.48'^^xsd:double;
  dwc:startLatitude '32.4633'^^xsd:double;
  dwc:endLatitude '32.4967'^^xsd:double;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135488'^^xsd:integer;
  dwc:observationDate '1980-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '135488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037605_86_CAL_141003'^^xsd:string;
  dwc:scientificName 'Sulculeolaria turgida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-33.3833'^^xsd:double;
  dwc:startLongitude '-33.3983'^^xsd:double;
  dwc:endLongitude '-33.3683'^^xsd:double;
  dwc:latitude '33.2925'^^xsd:double;
  dwc:startLatitude '33.3433'^^xsd:double;
  dwc:endLatitude '33.2417'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135448'^^xsd:integer;
  dwc:observationDate '1981-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '135448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037605_86_CAL_141006'^^xsd:string;
  dwc:scientificName 'Sulculeolaria monoica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-33.3833'^^xsd:double;
  dwc:startLongitude '-33.3983'^^xsd:double;
  dwc:endLongitude '-33.3683'^^xsd:double;
  dwc:latitude '33.2925'^^xsd:double;
  dwc:startLatitude '33.3433'^^xsd:double;
  dwc:endLatitude '33.2417'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '196553'^^xsd:integer;
  dwc:observationDate '1981-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '196553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_005005'^^xsd:string;
  dwc:scientificName 'Euphausia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110683'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_005028'^^xsd:string;
  dwc:scientificName 'Euphausia hemigibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110686'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_007015'^^xsd:string;
  dwc:scientificName 'Thysanoessa parva/gregaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110679'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037621_84_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.36165'^^xsd:double;
  dwc:startLongitude '-33.3633'^^xsd:double;
  dwc:endLongitude '-33.36'^^xsd:double;
  dwc:latitude '33.01'^^xsd:double;
  dwc:startLatitude '33.0383'^^xsd:double;
  dwc:endLatitude '32.9817'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037621_84_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.36165'^^xsd:double;
  dwc:startLongitude '-33.3633'^^xsd:double;
  dwc:endLongitude '-33.36'^^xsd:double;
  dwc:latitude '33.01'^^xsd:double;
  dwc:startLatitude '33.0383'^^xsd:double;
  dwc:endLatitude '32.9817'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037621_84_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.36165'^^xsd:double;
  dwc:startLongitude '-33.3633'^^xsd:double;
  dwc:endLongitude '-33.36'^^xsd:double;
  dwc:latitude '33.01'^^xsd:double;
  dwc:startLatitude '33.0383'^^xsd:double;
  dwc:endLatitude '32.9817'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1825"^^xsd:decimal ;
  dwc:decimalLongitude "-33.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037615_86_DEC_036009'^^xsd:string;
  dwc:scientificName 'Sergestes pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.4575'^^xsd:double;
  dwc:startLongitude '-33.475'^^xsd:double;
  dwc:endLongitude '-33.44'^^xsd:double;
  dwc:latitude '33.1825'^^xsd:double;
  dwc:startLatitude '33.215'^^xsd:double;
  dwc:endLatitude '33.15'^^xsd:double;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:aphiaid '107131'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '514112'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1825"^^xsd:decimal ;
  dwc:decimalLongitude "-33.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037615_86_DEC_036011'^^xsd:string;
  dwc:scientificName 'Sergestes atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.4575'^^xsd:double;
  dwc:startLongitude '-33.475'^^xsd:double;
  dwc:endLongitude '-33.44'^^xsd:double;
  dwc:latitude '33.1825'^^xsd:double;
  dwc:startLatitude '33.215'^^xsd:double;
  dwc:endLatitude '33.15'^^xsd:double;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:aphiaid '107127'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '107127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1825"^^xsd:decimal ;
  dwc:decimalLongitude "-33.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037615_86_DEC_050001'^^xsd:string;
  dwc:scientificName 'Megalopas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.4575'^^xsd:double;
  dwc:startLongitude '-33.475'^^xsd:double;
  dwc:endLongitude '-33.44'^^xsd:double;
  dwc:latitude '33.1825'^^xsd:double;
  dwc:startLatitude '33.215'^^xsd:double;
  dwc:endLatitude '33.15'^^xsd:double;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "602"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037611_85_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.52'^^xsd:double;
  dwc:startLongitude '-33.51'^^xsd:double;
  dwc:endLongitude '-33.53'^^xsd:double;
  dwc:latitude '33.3275'^^xsd:double;
  dwc:startLatitude '33.3117'^^xsd:double;
  dwc:endLatitude '33.3433'^^xsd:double;
  dwc:minimumDepth '602'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "602"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037611_85_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.52'^^xsd:double;
  dwc:startLongitude '-33.51'^^xsd:double;
  dwc:endLongitude '-33.53'^^xsd:double;
  dwc:latitude '33.3275'^^xsd:double;
  dwc:startLatitude '33.3117'^^xsd:double;
  dwc:endLatitude '33.3433'^^xsd:double;
  dwc:minimumDepth '602'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "602"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037611_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.52'^^xsd:double;
  dwc:startLongitude '-33.51'^^xsd:double;
  dwc:endLongitude '-33.53'^^xsd:double;
  dwc:latitude '33.3275'^^xsd:double;
  dwc:startLatitude '33.3117'^^xsd:double;
  dwc:endLatitude '33.3433'^^xsd:double;
  dwc:minimumDepth '602'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "978"^^xsd:integer ;
  dwc:maximumDepthInMeters "985"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000601_232_FIS_666001'^^xsd:string;
  dwc:scientificName 'Phycis blennoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:startLongitude '-11.8333'^^xsd:double;
  dwc:latitude '49.5167'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:minimumDepth '978'^^xsd:integer;
  dwc:maximumDepth '985'^^xsd:integer;
  dwc:aphiaid '126501'^^xsd:integer;
  dwc:observationDate '1974-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '126501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "978"^^xsd:integer ;
  dwc:maximumDepthInMeters "985"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000601_232_FIS_765001'^^xsd:string;
  dwc:scientificName 'Scymnodon ringens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:startLongitude '-11.8333'^^xsd:double;
  dwc:latitude '49.5167'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:minimumDepth '978'^^xsd:integer;
  dwc:maximumDepth '985'^^xsd:integer;
  dwc:aphiaid '105918'^^xsd:integer;
  dwc:observationDate '1974-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '105918'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "978"^^xsd:integer ;
  dwc:maximumDepthInMeters "985"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000601_232_FIS_771001'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:startLongitude '-11.8333'^^xsd:double;
  dwc:latitude '49.5167'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:minimumDepth '978'^^xsd:integer;
  dwc:maximumDepth '985'^^xsd:integer;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1974-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "978"^^xsd:integer ;
  dwc:maximumDepthInMeters "985"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000601_232_FIS_852002'^^xsd:string;
  dwc:scientificName 'Trachyrincus murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:startLongitude '-11.8333'^^xsd:double;
  dwc:latitude '49.5167'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:minimumDepth '978'^^xsd:integer;
  dwc:maximumDepth '985'^^xsd:integer;
  dwc:aphiaid '126481'^^xsd:integer;
  dwc:observationDate '1974-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '126481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024502_85_CAL_191002'^^xsd:string;
  dwc:scientificName 'Abylopsis eschscholtzii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.7'^^xsd:double;
  dwc:startLongitude '-30.6783'^^xsd:double;
  dwc:endLongitude '-30.7217'^^xsd:double;
  dwc:latitude '32.43'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.43'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '196656'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '196656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024502_85_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.7'^^xsd:double;
  dwc:startLongitude '-30.6783'^^xsd:double;
  dwc:endLongitude '-30.7217'^^xsd:double;
  dwc:latitude '32.43'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.43'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024502_85_MYS_004002'^^xsd:string;
  dwc:scientificName 'Euchaetomera typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.7'^^xsd:double;
  dwc:startLongitude '-30.6783'^^xsd:double;
  dwc:endLongitude '-30.7217'^^xsd:double;
  dwc:latitude '32.43'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.43'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '120012'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '120012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.87165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.22835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024403_84_FIS_131003'^^xsd:string;
  dwc:scientificName 'Chauliodus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.22835'^^xsd:double;
  dwc:startLongitude '-31.225'^^xsd:double;
  dwc:endLongitude '-31.2317'^^xsd:double;
  dwc:latitude '32.87165'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.8933'^^xsd:double;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '127337'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '127337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.87165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.22835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024403_84_FIS_214013'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.22835'^^xsd:double;
  dwc:startLongitude '-31.225'^^xsd:double;
  dwc:endLongitude '-31.2317'^^xsd:double;
  dwc:latitude '32.87165'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.8933'^^xsd:double;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '183123'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.87165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.22835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024403_84_FIS_328003'^^xsd:string;
  dwc:scientificName 'Gonostoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.22835'^^xsd:double;
  dwc:startLongitude '-31.225'^^xsd:double;
  dwc:endLongitude '-31.2317'^^xsd:double;
  dwc:latitude '32.87165'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.8933'^^xsd:double;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '127296'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '221512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_143010'^^xsd:string;
  dwc:scientificName 'Lensia hotspur'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '135433'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '135433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_143015'^^xsd:string;
  dwc:scientificName 'Lensia lelouveteau'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '135434'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '135434'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_EUP_009001'^^xsd:string;
  dwc:scientificName 'Nematobrachion flexipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '110692'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '110692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_EUP_010000'^^xsd:string;
  dwc:scientificName 'Stylocheiron sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1106602_85_CAL_121005'^^xsd:string;
  dwc:scientificName 'Nectadamas richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.14915'^^xsd:double;
  dwc:startLongitude '-14.1433'^^xsd:double;
  dwc:endLongitude '-14.155'^^xsd:double;
  dwc:latitude '43.9525'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9233'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135462'^^xsd:integer;
  dwc:observationDate '1984-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1106602_85_CAL_130000'^^xsd:string;
  dwc:scientificName 'Hippopodius/vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.14915'^^xsd:double;
  dwc:startLongitude '-14.1433'^^xsd:double;
  dwc:endLongitude '-14.155'^^xsd:double;
  dwc:latitude '43.9525'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9233'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135339'^^xsd:integer;
  dwc:observationDate '1984-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1106602_85_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.14915'^^xsd:double;
  dwc:startLongitude '-14.1433'^^xsd:double;
  dwc:endLongitude '-14.155'^^xsd:double;
  dwc:latitude '43.9525'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9233'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1984-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1775 -31.81585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1775"^^xsd:decimal ;
  dwc:decimalLongitude "-31.81585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185"^^xsd:integer ;
  dwc:maximumDepthInMeters "250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024115_84_FIS_913003'^^xsd:string;
  dwc:scientificName 'Vinciguerria attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.81585'^^xsd:double;
  dwc:startLongitude '-31.8017'^^xsd:double;
  dwc:endLongitude '-31.83'^^xsd:double;
  dwc:latitude '33.1775'^^xsd:double;
  dwc:startLatitude '33.185'^^xsd:double;
  dwc:endLatitude '33.17'^^xsd:double;
  dwc:minimumDepth '185'^^xsd:integer;
  dwc:maximumDepth '250'^^xsd:integer;
  dwc:aphiaid '127302'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1775 -31.81585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1775"^^xsd:decimal ;
  dwc:decimalLongitude "-31.81585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185"^^xsd:integer ;
  dwc:maximumDepthInMeters "250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024115_84_FIS_998000'^^xsd:string;
  dwc:scientificName 'Unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.81585'^^xsd:double;
  dwc:startLongitude '-31.8017'^^xsd:double;
  dwc:endLongitude '-31.83'^^xsd:double;
  dwc:latitude '33.1775'^^xsd:double;
  dwc:startLatitude '33.185'^^xsd:double;
  dwc:endLatitude '33.17'^^xsd:double;
  dwc:minimumDepth '185'^^xsd:integer;
  dwc:maximumDepth '250'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1775 -31.81585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1775"^^xsd:decimal ;
  dwc:decimalLongitude "-31.81585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185"^^xsd:integer ;
  dwc:maximumDepthInMeters "250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024115_84_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.81585'^^xsd:double;
  dwc:startLongitude '-31.8017'^^xsd:double;
  dwc:endLongitude '-31.83'^^xsd:double;
  dwc:latitude '33.1775'^^xsd:double;
  dwc:startLatitude '33.185'^^xsd:double;
  dwc:endLatitude '33.17'^^xsd:double;
  dwc:minimumDepth '185'^^xsd:integer;
  dwc:maximumDepth '250'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_375002'^^xsd:string;
  dwc:scientificName 'Hygophum taaningi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '126605'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '126605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_375004'^^xsd:string;
  dwc:scientificName 'Hygophum benoiti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '126602'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '126602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_406001'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_260001'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_327001'^^xsd:string;
  dwc:scientificName 'Gonichthys coccoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126601'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '126601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_406001'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_132002'^^xsd:string;
  dwc:scientificName 'Vogtia pentacantha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135451'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105001_84_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1642'^^xsd:double;
  dwc:startLongitude '-14.1817'^^xsd:double;
  dwc:endLongitude '-14.1467'^^xsd:double;
  dwc:latitude '45.67665'^^xsd:double;
  dwc:startLatitude '45.69'^^xsd:double;
  dwc:endLatitude '45.6633'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1984-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105001_84_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1642'^^xsd:double;
  dwc:startLongitude '-14.1817'^^xsd:double;
  dwc:endLongitude '-14.1467'^^xsd:double;
  dwc:latitude '45.67665'^^xsd:double;
  dwc:startLatitude '45.69'^^xsd:double;
  dwc:endLatitude '45.6633'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1984-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105001_84_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1642'^^xsd:double;
  dwc:startLongitude '-14.1817'^^xsd:double;
  dwc:endLongitude '-14.1467'^^xsd:double;
  dwc:latitude '45.67665'^^xsd:double;
  dwc:startLatitude '45.69'^^xsd:double;
  dwc:endLatitude '45.6633'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1984-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_009000'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '107051'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_012001'^^xsd:string;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-31.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038220_84_DEC_034006'^^xsd:string;
  dwc:scientificName 'Sergia robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.885'^^xsd:double;
  dwc:startLongitude '-31.9033'^^xsd:double;
  dwc:endLongitude '-31.8667'^^xsd:double;
  dwc:latitude '32.5867'^^xsd:double;
  dwc:startLatitude '32.5867'^^xsd:double;
  dwc:endLatitude '32.5867'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '416603'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '107136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-31.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038220_84_DEC_034007'^^xsd:string;
  dwc:scientificName 'Sergia grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.885'^^xsd:double;
  dwc:startLongitude '-31.9033'^^xsd:double;
  dwc:endLongitude '-31.8667'^^xsd:double;
  dwc:latitude '32.5867'^^xsd:double;
  dwc:startLatitude '32.5867'^^xsd:double;
  dwc:endLatitude '32.5867'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '107134'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1056510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-31.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038220_84_DEC_036001'^^xsd:string;
  dwc:scientificName 'Sergestes curvatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.885'^^xsd:double;
  dwc:startLongitude '-31.9033'^^xsd:double;
  dwc:endLongitude '-31.8667'^^xsd:double;
  dwc:latitude '32.5867'^^xsd:double;
  dwc:startLatitude '32.5867'^^xsd:double;
  dwc:endLatitude '32.5867'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '240902'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '585549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4 -14.96165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4"^^xsd:decimal ;
  dwc:decimalLongitude "-14.96165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1103601_84_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-14.96165'^^xsd:double;
  dwc:startLongitude '-14.94'^^xsd:double;
  dwc:endLongitude '-14.9833'^^xsd:double;
  dwc:latitude '39.4'^^xsd:double;
  dwc:startLatitude '39.3883'^^xsd:double;
  dwc:endLatitude '39.4117'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1984-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4 -14.96165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4"^^xsd:decimal ;
  dwc:decimalLongitude "-14.96165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1103601_84_CAL_112000'^^xsd:string;
  dwc:scientificName 'Praya sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-14.96165'^^xsd:double;
  dwc:startLongitude '-14.94'^^xsd:double;
  dwc:endLongitude '-14.9833'^^xsd:double;
  dwc:latitude '39.4'^^xsd:double;
  dwc:startLatitude '39.3883'^^xsd:double;
  dwc:endLatitude '39.4117'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '135376'^^xsd:integer;
  dwc:observationDate '1984-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4 -14.96165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4"^^xsd:decimal ;
  dwc:decimalLongitude "-14.96165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1103601_84_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-14.96165'^^xsd:double;
  dwc:startLongitude '-14.94'^^xsd:double;
  dwc:endLongitude '-14.9833'^^xsd:double;
  dwc:latitude '39.4'^^xsd:double;
  dwc:startLatitude '39.3883'^^xsd:double;
  dwc:endLatitude '39.4117'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1984-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65165 -14.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65165"^^xsd:decimal ;
  dwc:decimalLongitude "-14.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1104001_84_EUP_009001'^^xsd:string;
  dwc:scientificName 'Nematobrachion flexipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.685'^^xsd:double;
  dwc:startLongitude '-14.6617'^^xsd:double;
  dwc:endLongitude '-14.7083'^^xsd:double;
  dwc:latitude '39.65165'^^xsd:double;
  dwc:startLatitude '39.65'^^xsd:double;
  dwc:endLatitude '39.6533'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110692'^^xsd:integer;
  dwc:observationDate '1984-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65165 -14.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65165"^^xsd:decimal ;
  dwc:decimalLongitude "-14.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1104001_84_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.685'^^xsd:double;
  dwc:startLongitude '-14.6617'^^xsd:double;
  dwc:endLongitude '-14.7083'^^xsd:double;
  dwc:latitude '39.65165'^^xsd:double;
  dwc:startLatitude '39.65'^^xsd:double;
  dwc:endLatitude '39.6533'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1984-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65165 -14.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65165"^^xsd:decimal ;
  dwc:decimalLongitude "-14.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1104001_84_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.685'^^xsd:double;
  dwc:startLongitude '-14.6617'^^xsd:double;
  dwc:endLongitude '-14.7083'^^xsd:double;
  dwc:latitude '39.65165'^^xsd:double;
  dwc:startLatitude '39.65'^^xsd:double;
  dwc:endLatitude '39.6533'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1984-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5208"^^xsd:decimal ;
  dwc:decimalLongitude "-31.9925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038225_86_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.9925'^^xsd:double;
  dwc:startLongitude '-31.9583'^^xsd:double;
  dwc:endLongitude '-32.0267'^^xsd:double;
  dwc:latitude '32.5208'^^xsd:double;
  dwc:startLatitude '32.5233'^^xsd:double;
  dwc:endLatitude '32.5183'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5208"^^xsd:decimal ;
  dwc:decimalLongitude "-31.9925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038225_86_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.9925'^^xsd:double;
  dwc:startLongitude '-31.9583'^^xsd:double;
  dwc:endLongitude '-32.0267'^^xsd:double;
  dwc:latitude '32.5208'^^xsd:double;
  dwc:startLatitude '32.5233'^^xsd:double;
  dwc:endLatitude '32.5183'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5208"^^xsd:decimal ;
  dwc:decimalLongitude "-31.9925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038225_86_CAL_141003'^^xsd:string;
  dwc:scientificName 'Sulculeolaria turgida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.9925'^^xsd:double;
  dwc:startLongitude '-31.9583'^^xsd:double;
  dwc:endLongitude '-32.0267'^^xsd:double;
  dwc:latitude '32.5208'^^xsd:double;
  dwc:startLatitude '32.5233'^^xsd:double;
  dwc:endLatitude '32.5183'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135448'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '135448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_AMP_234001'^^xsd:string;
  dwc:scientificName 'Tryphana malmi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '103288'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '458663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_AMP_251001'^^xsd:string;
  dwc:scientificName 'Calamorhynchus pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '236582'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '236582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_AMP_292001'^^xsd:string;
  dwc:scientificName 'Schizoscelus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '236605'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '236605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5558"^^xsd:decimal ;
  dwc:decimalLongitude "-32.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038212_85_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.14915'^^xsd:double;
  dwc:startLongitude '-32.115'^^xsd:double;
  dwc:endLongitude '-32.1833'^^xsd:double;
  dwc:latitude '32.5558'^^xsd:double;
  dwc:startLatitude '32.5583'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5558"^^xsd:decimal ;
  dwc:decimalLongitude "-32.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038212_85_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.14915'^^xsd:double;
  dwc:startLongitude '-32.115'^^xsd:double;
  dwc:endLongitude '-32.1833'^^xsd:double;
  dwc:latitude '32.5558'^^xsd:double;
  dwc:startLatitude '32.5583'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5558"^^xsd:decimal ;
  dwc:decimalLongitude "-32.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038212_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.14915'^^xsd:double;
  dwc:startLongitude '-32.115'^^xsd:double;
  dwc:endLongitude '-32.1833'^^xsd:double;
  dwc:latitude '32.5558'^^xsd:double;
  dwc:startLatitude '32.5583'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0545 -1.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306621_86_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.7395'^^xsd:double;
  dwc:startLongitude '-1.7183'^^xsd:double;
  dwc:endLongitude '-1.7607'^^xsd:double;
  dwc:latitude '36.0545'^^xsd:double;
  dwc:startLatitude '36.0555'^^xsd:double;
  dwc:endLatitude '36.0535'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0545 -1.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306621_86_FIS_461007'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.7395'^^xsd:double;
  dwc:startLongitude '-1.7183'^^xsd:double;
  dwc:endLongitude '-1.7607'^^xsd:double;
  dwc:latitude '36.0545'^^xsd:double;
  dwc:startLatitude '36.0555'^^xsd:double;
  dwc:endLatitude '36.0535'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0545 -1.7395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306621_86_FIS_524004'^^xsd:string;
  dwc:scientificName 'Myctophum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.7395'^^xsd:double;
  dwc:startLongitude '-1.7183'^^xsd:double;
  dwc:endLongitude '-1.7607'^^xsd:double;
  dwc:latitude '36.0545'^^xsd:double;
  dwc:startLatitude '36.0555'^^xsd:double;
  dwc:endLatitude '36.0535'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '126627'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '126627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_CAL_191001'^^xsd:string;
  dwc:scientificName 'Abylopsis tetragona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135403'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '135403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_FIS_072002'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94915"^^xsd:decimal ;
  dwc:decimalLongitude "-34.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038028_85_CAL_132002'^^xsd:string;
  dwc:scientificName 'Vogtia pentacantha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.02'^^xsd:double;
  dwc:startLongitude '-33.9967'^^xsd:double;
  dwc:endLongitude '-34.0433'^^xsd:double;
  dwc:latitude '29.94915'^^xsd:double;
  dwc:startLatitude '29.96'^^xsd:double;
  dwc:endLatitude '29.9383'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135451'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94915"^^xsd:decimal ;
  dwc:decimalLongitude "-34.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038028_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.02'^^xsd:double;
  dwc:startLongitude '-33.9967'^^xsd:double;
  dwc:endLongitude '-34.0433'^^xsd:double;
  dwc:latitude '29.94915'^^xsd:double;
  dwc:startLatitude '29.96'^^xsd:double;
  dwc:endLatitude '29.9383'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9675 -34.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9675"^^xsd:decimal ;
  dwc:decimalLongitude "-34.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038032_86_CAL_147002'^^xsd:string;
  dwc:scientificName 'Eudoxoides spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.08'^^xsd:double;
  dwc:startLongitude '-34.0533'^^xsd:double;
  dwc:endLongitude '-34.1067'^^xsd:double;
  dwc:latitude '29.9675'^^xsd:double;
  dwc:startLatitude '29.9767'^^xsd:double;
  dwc:endLatitude '29.9583'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '805'^^xsd:integer;
  dwc:aphiaid '135424'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9675 -34.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9675"^^xsd:decimal ;
  dwc:decimalLongitude "-34.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038032_86_CAL_161003'^^xsd:string;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.08'^^xsd:double;
  dwc:startLongitude '-34.0533'^^xsd:double;
  dwc:endLongitude '-34.1067'^^xsd:double;
  dwc:latitude '29.9675'^^xsd:double;
  dwc:startLatitude '29.9767'^^xsd:double;
  dwc:endLatitude '29.9583'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '805'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.59665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.76915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038207_86_DEC_001002'^^xsd:string;
  dwc:scientificName 'Acanthephyra pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-31.76915'^^xsd:double;
  dwc:startLongitude '-31.7483'^^xsd:double;
  dwc:endLongitude '-31.79'^^xsd:double;
  dwc:latitude '32.59665'^^xsd:double;
  dwc:startLatitude '32.605'^^xsd:double;
  dwc:endLatitude '32.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107581'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.59665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.76915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038207_86_DEC_009001'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sulcatifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-31.76915'^^xsd:double;
  dwc:startLongitude '-31.7483'^^xsd:double;
  dwc:endLongitude '-31.79'^^xsd:double;
  dwc:latitude '32.59665'^^xsd:double;
  dwc:startLatitude '32.605'^^xsd:double;
  dwc:endLatitude '32.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107673'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.90165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038202_84_DEC_034001'^^xsd:string;
  dwc:scientificName 'Sergia japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-31.90165'^^xsd:double;
  dwc:startLongitude '-31.9483'^^xsd:double;
  dwc:endLongitude '-31.855'^^xsd:double;
  dwc:latitude '32.54165'^^xsd:double;
  dwc:startLatitude '32.53'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '421656'^^xsd:integer;
  dwc:observationDate '1981-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '107135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.90165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038202_84_DEC_034003'^^xsd:string;
  dwc:scientificName 'Sergia tenuiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-31.90165'^^xsd:double;
  dwc:startLongitude '-31.9483'^^xsd:double;
  dwc:endLongitude '-31.855'^^xsd:double;
  dwc:latitude '32.54165'^^xsd:double;
  dwc:startLatitude '32.53'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '107138'^^xsd:integer;
  dwc:observationDate '1981-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '107138'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.90165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038202_84_DEC_034004'^^xsd:string;
  dwc:scientificName 'Sergia splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-31.90165'^^xsd:double;
  dwc:startLongitude '-31.9483'^^xsd:double;
  dwc:endLongitude '-31.855'^^xsd:double;
  dwc:latitude '32.54165'^^xsd:double;
  dwc:startLatitude '32.53'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '107137'^^xsd:integer;
  dwc:observationDate '1981-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '1056501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_EUP_001003'^^xsd:string;
  dwc:scientificName 'Thysanopoda triouspidata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110721'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110721'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.8825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038002_85_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-33.8825'^^xsd:double;
  dwc:startLongitude '-33.915'^^xsd:double;
  dwc:endLongitude '-33.85'^^xsd:double;
  dwc:latitude '30.0275'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '30.0333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1981-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.8825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038002_85_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-33.8825'^^xsd:double;
  dwc:startLongitude '-33.915'^^xsd:double;
  dwc:endLongitude '-33.85'^^xsd:double;
  dwc:latitude '30.0275'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '30.0333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1981-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_012001'^^xsd:string;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_034007'^^xsd:string;
  dwc:scientificName 'Sergia grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107134'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1056510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-33.91165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038022_85_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-33.91165'^^xsd:double;
  dwc:startLongitude '-33.9433'^^xsd:double;
  dwc:endLongitude '-33.88'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.0633'^^xsd:double;
  dwc:endLatitude '30.0767'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-33.91165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038022_85_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-33.91165'^^xsd:double;
  dwc:startLongitude '-33.9433'^^xsd:double;
  dwc:endLongitude '-33.88'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.0633'^^xsd:double;
  dwc:endLatitude '30.0767'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-33.91165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038022_85_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-33.91165'^^xsd:double;
  dwc:startLongitude '-33.9433'^^xsd:double;
  dwc:endLongitude '-33.88'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.0633'^^xsd:double;
  dwc:endLatitude '30.0767'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_DEC_001001'^^xsd:string;
  dwc:scientificName 'Acanthephyra purpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107582'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_DEC_006000'^^xsd:string;
  dwc:scientificName 'Meningodora sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107024'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.27785 -19.2558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.27785"^^xsd:decimal ;
  dwc:decimalLongitude "-19.2558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179471_84_MYS_000000'^^xsd:string;
  dwc:scientificName 'Unidentified mysid'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.2558'^^xsd:double;
  dwc:startLongitude '-19.2258'^^xsd:double;
  dwc:endLongitude '-19.2858'^^xsd:double;
  dwc:latitude '47.27785'^^xsd:double;
  dwc:startLatitude '47.254'^^xsd:double;
  dwc:endLatitude '47.3017'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:observationDate '1988-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.27785 -19.2558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.27785"^^xsd:decimal ;
  dwc:decimalLongitude "-19.2558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179471_84_MYS_001000'^^xsd:string;
  dwc:scientificName 'Eucopia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.2558'^^xsd:double;
  dwc:startLongitude '-19.2258'^^xsd:double;
  dwc:endLongitude '-19.2858'^^xsd:double;
  dwc:latitude '47.27785'^^xsd:double;
  dwc:startLatitude '47.254'^^xsd:double;
  dwc:endLatitude '47.3017'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:aphiaid '119825'^^xsd:integer;
  dwc:observationDate '1988-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '119825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.27785 -19.2558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.27785"^^xsd:decimal ;
  dwc:decimalLongitude "-19.2558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179471_84_MYS_003000'^^xsd:string;
  dwc:scientificName 'Boreomysis sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.2558'^^xsd:double;
  dwc:startLongitude '-19.2258'^^xsd:double;
  dwc:endLongitude '-19.2858'^^xsd:double;
  dwc:latitude '47.27785'^^xsd:double;
  dwc:startLatitude '47.254'^^xsd:double;
  dwc:endLatitude '47.3017'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:aphiaid '119842'^^xsd:integer;
  dwc:observationDate '1988-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '119842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.01165"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037939_84_EUP_001011'^^xsd:string;
  dwc:scientificName 'Thysanopoda cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-32.88915'^^xsd:double;
  dwc:startLongitude '-32.8633'^^xsd:double;
  dwc:endLongitude '-32.915'^^xsd:double;
  dwc:latitude '35.01165'^^xsd:double;
  dwc:startLatitude '34.985'^^xsd:double;
  dwc:endLatitude '35.0383'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:aphiaid '110714'^^xsd:integer;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '110714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.01165"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037939_84_EUP_001022'^^xsd:string;
  dwc:scientificName 'Thysanopoda cornuta/gregaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-32.88915'^^xsd:double;
  dwc:startLongitude '-32.8633'^^xsd:double;
  dwc:endLongitude '-32.915'^^xsd:double;
  dwc:latitude '35.01165'^^xsd:double;
  dwc:startLatitude '34.985'^^xsd:double;
  dwc:endLatitude '35.0383'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:aphiaid '110680'^^xsd:integer;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '110680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.01165"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037939_84_EUP_005005'^^xsd:string;
  dwc:scientificName 'Euphausia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-32.88915'^^xsd:double;
  dwc:startLongitude '-32.8633'^^xsd:double;
  dwc:endLongitude '-32.915'^^xsd:double;
  dwc:latitude '35.01165'^^xsd:double;
  dwc:startLatitude '34.985'^^xsd:double;
  dwc:endLatitude '35.0383'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:aphiaid '110683'^^xsd:integer;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '110683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0975 -33.1475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037931_85_PHY_021002'^^xsd:string;
  dwc:scientificName 'Agalma okeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.1475'^^xsd:double;
  dwc:startLongitude '-33.18'^^xsd:double;
  dwc:endLongitude '-33.115'^^xsd:double;
  dwc:latitude '35.0975'^^xsd:double;
  dwc:startLatitude '35.11'^^xsd:double;
  dwc:endLatitude '35.085'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135485'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0975 -33.1475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037931_85_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.1475'^^xsd:double;
  dwc:startLongitude '-33.18'^^xsd:double;
  dwc:endLongitude '-33.115'^^xsd:double;
  dwc:latitude '35.0975'^^xsd:double;
  dwc:startLatitude '35.11'^^xsd:double;
  dwc:endLatitude '35.085'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0975 -33.1475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037931_85_PHY_042001'^^xsd:string;
  dwc:scientificName 'Bargmannia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.1475'^^xsd:double;
  dwc:startLongitude '-33.18'^^xsd:double;
  dwc:endLongitude '-33.115'^^xsd:double;
  dwc:latitude '35.0975'^^xsd:double;
  dwc:startLatitude '35.11'^^xsd:double;
  dwc:endLatitude '35.085'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135506'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_010002'^^xsd:string;
  dwc:scientificName 'Stylocheiron affine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110700'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '110700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_010003'^^xsd:string;
  dwc:scientificName 'Stylocheiron suhmii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110706'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '110706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_143021'^^xsd:string;
  dwc:scientificName 'Lensia hostile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135432'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_147001'^^xsd:string;
  dwc:scientificName 'Eudoxoides mitra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135423'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_EUP_010013'^^xsd:string;
  dwc:scientificName 'Stylocheiron longecorne long/short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_FIS_011000'^^xsd:string;
  dwc:scientificName 'Argyropelecus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '126196'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_FIS_011006'^^xsd:string;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_MED_001000'^^xsd:string;
  dwc:scientificName 'Atolla sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135248'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_MED_003001'^^xsd:string;
  dwc:scientificName 'Nausithoe atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135284'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2766"^^xsd:decimal ;
  dwc:decimalLongitude "-19.45395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179437_86_DEC_004002'^^xsd:string;
  dwc:scientificName 'Hymenodora gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.45395'^^xsd:double;
  dwc:startLongitude '-19.4732'^^xsd:double;
  dwc:endLongitude '-19.4347'^^xsd:double;
  dwc:latitude '47.2766'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2875'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '107591'^^xsd:integer;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2766"^^xsd:decimal ;
  dwc:decimalLongitude "-19.45395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179437_86_DEC_005002'^^xsd:string;
  dwc:scientificName 'Ephyrina bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.45395'^^xsd:double;
  dwc:startLongitude '-19.4732'^^xsd:double;
  dwc:endLongitude '-19.4347'^^xsd:double;
  dwc:latitude '47.2766'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2875'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '107586'^^xsd:integer;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2766"^^xsd:decimal ;
  dwc:decimalLongitude "-19.45395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179437_86_DEC_009001'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sulcatifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.45395'^^xsd:double;
  dwc:startLongitude '-19.4732'^^xsd:double;
  dwc:endLongitude '-19.4347'^^xsd:double;
  dwc:latitude '47.2766'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2875'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '107673'^^xsd:integer;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.23775 -19.53065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.23775"^^xsd:decimal ;
  dwc:decimalLongitude "-19.53065"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179426_85_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.53065'^^xsd:double;
  dwc:startLongitude '-19.5433'^^xsd:double;
  dwc:endLongitude '-19.518'^^xsd:double;
  dwc:latitude '47.23775'^^xsd:double;
  dwc:startLatitude '47.2173'^^xsd:double;
  dwc:endLatitude '47.2582'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.23775 -19.53065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.23775"^^xsd:decimal ;
  dwc:decimalLongitude "-19.53065"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179426_85_CAL_115001'^^xsd:string;
  dwc:scientificName 'Desmophyes annectens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.53065'^^xsd:double;
  dwc:startLongitude '-19.5433'^^xsd:double;
  dwc:endLongitude '-19.518'^^xsd:double;
  dwc:latitude '47.23775'^^xsd:double;
  dwc:startLatitude '47.2173'^^xsd:double;
  dwc:endLatitude '47.2582'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135457'^^xsd:integer;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.23775 -19.53065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.23775"^^xsd:decimal ;
  dwc:decimalLongitude "-19.53065"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179426_85_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.53065'^^xsd:double;
  dwc:startLongitude '-19.5433'^^xsd:double;
  dwc:endLongitude '-19.518'^^xsd:double;
  dwc:latitude '47.23775'^^xsd:double;
  dwc:startLatitude '47.2173'^^xsd:double;
  dwc:endLatitude '47.2582'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_010000'^^xsd:string;
  dwc:scientificName 'Conchoecia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_010001'^^xsd:string;
  dwc:scientificName 'Conchoecia spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:aphiaid '183091'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_010009'^^xsd:string;
  dwc:scientificName 'Conchoecia inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:aphiaid '183081'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_EUP_005003'^^xsd:string;
  dwc:scientificName 'Euphausia krohnii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110687'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '110687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_EUP_005028'^^xsd:string;
  dwc:scientificName 'Euphausia hemigibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110686'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '110686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3278"^^xsd:decimal ;
  dwc:decimalLongitude "-19.3636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179401_84_MED_408001'^^xsd:string;
  dwc:scientificName 'Pantachogon haeckeli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-19.3636'^^xsd:double;
  dwc:startLongitude '-19.3905'^^xsd:double;
  dwc:endLongitude '-19.3367'^^xsd:double;
  dwc:latitude '47.3278'^^xsd:double;
  dwc:startLatitude '47.3163'^^xsd:double;
  dwc:endLatitude '47.3393'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '117860'^^xsd:integer;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3278"^^xsd:decimal ;
  dwc:decimalLongitude "-19.3636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179401_84_MED_500001'^^xsd:string;
  dwc:scientificName 'Aegina citrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-19.3636'^^xsd:double;
  dwc:startLongitude '-19.3905'^^xsd:double;
  dwc:endLongitude '-19.3367'^^xsd:double;
  dwc:latitude '47.3278'^^xsd:double;
  dwc:startLatitude '47.3163'^^xsd:double;
  dwc:endLatitude '47.3393'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '117263'^^xsd:integer;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3278"^^xsd:decimal ;
  dwc:decimalLongitude "-19.3636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179401_84_MED_501001'^^xsd:string;
  dwc:scientificName 'Aeginura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-19.3636'^^xsd:double;
  dwc:startLongitude '-19.3905'^^xsd:double;
  dwc:endLongitude '-19.3367'^^xsd:double;
  dwc:latitude '47.3278'^^xsd:double;
  dwc:startLatitude '47.3163'^^xsd:double;
  dwc:endLatitude '47.3393'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '117266'^^xsd:integer;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.34665 -25.00415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.34665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.00415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126206_83_CAL_162002'^^xsd:string;
  dwc:scientificName 'Chuniphyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-25.00415'^^xsd:double;
  dwc:startLongitude '-25.04'^^xsd:double;
  dwc:endLongitude '-24.9683'^^xsd:double;
  dwc:latitude '31.34665'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.3833'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '135408'^^xsd:integer;
  dwc:observationDate '1985-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '135408'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.34665 -25.00415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.34665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.00415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126206_83_CAL_163001'^^xsd:string;
  dwc:scientificName 'Crystallophyes amygdalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-25.00415'^^xsd:double;
  dwc:startLongitude '-25.04'^^xsd:double;
  dwc:endLongitude '-24.9683'^^xsd:double;
  dwc:latitude '31.34665'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.3833'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '135414'^^xsd:integer;
  dwc:observationDate '1985-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '135414'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.34665 -25.00415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.34665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.00415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126206_83_CAL_191002'^^xsd:string;
  dwc:scientificName 'Abylopsis eschscholtzii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-25.00415'^^xsd:double;
  dwc:startLongitude '-25.04'^^xsd:double;
  dwc:endLongitude '-24.9683'^^xsd:double;
  dwc:latitude '31.34665'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.3833'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '196656'^^xsd:integer;
  dwc:observationDate '1985-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '196656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_CEP_131000'^^xsd:string;
  dwc:scientificName 'Heteroteuthis sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '138478'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '138478'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_DEC_001001'^^xsd:string;
  dwc:scientificName 'Acanthephyra purpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '107582'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52915"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1200"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126166_84_FIS_222001'^^xsd:string;
  dwc:scientificName 'Ditropichthys storeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-25.4325'^^xsd:double;
  dwc:startLongitude '-25.43'^^xsd:double;
  dwc:endLongitude '-25.435'^^xsd:double;
  dwc:latitude '31.52915'^^xsd:double;
  dwc:startLatitude '31.55'^^xsd:double;
  dwc:endLatitude '31.5083'^^xsd:double;
  dwc:minimumDepth '1200'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '126407'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52915"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1200"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126166_84_FIS_260001'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-25.4325'^^xsd:double;
  dwc:startLongitude '-25.43'^^xsd:double;
  dwc:endLongitude '-25.435'^^xsd:double;
  dwc:latitude '31.52915'^^xsd:double;
  dwc:startLatitude '31.55'^^xsd:double;
  dwc:endLatitude '31.5083'^^xsd:double;
  dwc:minimumDepth '1200'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52915"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1200"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126166_84_FIS_461000'^^xsd:string;
  dwc:scientificName 'Lampanyctus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-25.4325'^^xsd:double;
  dwc:startLongitude '-25.43'^^xsd:double;
  dwc:endLongitude '-25.435'^^xsd:double;
  dwc:latitude '31.52915'^^xsd:double;
  dwc:startLatitude '31.55'^^xsd:double;
  dwc:endLatitude '31.5083'^^xsd:double;
  dwc:minimumDepth '1200'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '125825'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '125825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_135008'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_260001'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_328004'^^xsd:string;
  dwc:scientificName 'Gonostoma bathyphilum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '127294'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '398363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_135000'^^xsd:string;
  dwc:scientificName 'Cyclothone sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '126187'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '126187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.22"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5388"^^xsd:integer ;
  dwc:maximumDepthInMeters "5415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126155_85_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-25.2158'^^xsd:double;
  dwc:startLongitude '-25.1883'^^xsd:double;
  dwc:endLongitude '-25.2433'^^xsd:double;
  dwc:latitude '31.22'^^xsd:double;
  dwc:startLatitude '31.195'^^xsd:double;
  dwc:endLatitude '31.245'^^xsd:double;
  dwc:minimumDepth '5388'^^xsd:integer;
  dwc:maximumDepth '5415'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1985-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.22"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5388"^^xsd:integer ;
  dwc:maximumDepthInMeters "5415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126155_85_CAL_147001'^^xsd:string;
  dwc:scientificName 'Eudoxoides mitra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-25.2158'^^xsd:double;
  dwc:startLongitude '-25.1883'^^xsd:double;
  dwc:endLongitude '-25.2433'^^xsd:double;
  dwc:latitude '31.22'^^xsd:double;
  dwc:startLatitude '31.195'^^xsd:double;
  dwc:endLatitude '31.245'^^xsd:double;
  dwc:minimumDepth '5388'^^xsd:integer;
  dwc:maximumDepth '5415'^^xsd:integer;
  dwc:aphiaid '135423'^^xsd:integer;
  dwc:observationDate '1985-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '135423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.22"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5388"^^xsd:integer ;
  dwc:maximumDepthInMeters "5415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126155_85_CAL_147002'^^xsd:string;
  dwc:scientificName 'Eudoxoides spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-25.2158'^^xsd:double;
  dwc:startLongitude '-25.1883'^^xsd:double;
  dwc:endLongitude '-25.2433'^^xsd:double;
  dwc:latitude '31.22'^^xsd:double;
  dwc:startLatitude '31.195'^^xsd:double;
  dwc:endLatitude '31.245'^^xsd:double;
  dwc:minimumDepth '5388'^^xsd:integer;
  dwc:maximumDepth '5415'^^xsd:integer;
  dwc:aphiaid '135424'^^xsd:integer;
  dwc:observationDate '1985-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '135424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2108"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6233"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126139_84_CAL_141000'^^xsd:string;
  dwc:scientificName 'Sulculeolaria sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-25.6233'^^xsd:double;
  dwc:startLongitude '-25.6233'^^xsd:double;
  dwc:endLongitude '-25.6233'^^xsd:double;
  dwc:latitude '31.2108'^^xsd:double;
  dwc:startLatitude '31.1933'^^xsd:double;
  dwc:endLatitude '31.2283'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135367'^^xsd:integer;
  dwc:observationDate '1985-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '135367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2108"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6233"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126139_84_CAL_141002'^^xsd:string;
  dwc:scientificName 'Sulculeolaria biloba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-25.6233'^^xsd:double;
  dwc:startLongitude '-25.6233'^^xsd:double;
  dwc:endLongitude '-25.6233'^^xsd:double;
  dwc:latitude '31.2108'^^xsd:double;
  dwc:startLatitude '31.1933'^^xsd:double;
  dwc:endLatitude '31.2283'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135445'^^xsd:integer;
  dwc:observationDate '1985-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '135445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2108"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6233"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126139_84_CAL_141003'^^xsd:string;
  dwc:scientificName 'Sulculeolaria turgida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-25.6233'^^xsd:double;
  dwc:startLongitude '-25.6233'^^xsd:double;
  dwc:endLongitude '-25.6233'^^xsd:double;
  dwc:latitude '31.2108'^^xsd:double;
  dwc:startLatitude '31.1933'^^xsd:double;
  dwc:endLatitude '31.2283'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135448'^^xsd:integer;
  dwc:observationDate '1985-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '135448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126132_84_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3725'^^xsd:double;
  dwc:startLongitude '-25.355'^^xsd:double;
  dwc:endLongitude '-25.39'^^xsd:double;
  dwc:latitude '31.20085'^^xsd:double;
  dwc:startLatitude '31.205'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126132_84_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3725'^^xsd:double;
  dwc:startLongitude '-25.355'^^xsd:double;
  dwc:endLongitude '-25.39'^^xsd:double;
  dwc:latitude '31.20085'^^xsd:double;
  dwc:startLatitude '31.205'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126132_84_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3725'^^xsd:double;
  dwc:startLongitude '-25.355'^^xsd:double;
  dwc:endLongitude '-25.39'^^xsd:double;
  dwc:latitude '31.20085'^^xsd:double;
  dwc:startLatitude '31.205'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41835"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126127_82_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3708'^^xsd:double;
  dwc:startLongitude '-25.3733'^^xsd:double;
  dwc:endLongitude '-25.3683'^^xsd:double;
  dwc:latitude '31.41835'^^xsd:double;
  dwc:startLatitude '31.435'^^xsd:double;
  dwc:endLatitude '31.4017'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41835"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126127_82_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3708'^^xsd:double;
  dwc:startLongitude '-25.3733'^^xsd:double;
  dwc:endLongitude '-25.3683'^^xsd:double;
  dwc:latitude '31.41835'^^xsd:double;
  dwc:startLatitude '31.435'^^xsd:double;
  dwc:endLatitude '31.4017'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41835"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126127_82_CAL_162002'^^xsd:string;
  dwc:scientificName 'Chuniphyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3708'^^xsd:double;
  dwc:startLongitude '-25.3733'^^xsd:double;
  dwc:endLongitude '-25.3683'^^xsd:double;
  dwc:latitude '31.41835'^^xsd:double;
  dwc:startLatitude '31.435'^^xsd:double;
  dwc:endLatitude '31.4017'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '135408'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135408'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_135004'^^xsd:string;
  dwc:scientificName 'Cyclothone acclinidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127282'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_135005'^^xsd:string;
  dwc:scientificName 'Cyclothone livida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127285'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_135008'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.30335"^^xsd:decimal ;
  dwc:decimalLongitude "-25.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126112_81_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.50665'^^xsd:double;
  dwc:startLongitude '-25.5283'^^xsd:double;
  dwc:endLongitude '-25.485'^^xsd:double;
  dwc:latitude '31.30335'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.2967'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.30335"^^xsd:decimal ;
  dwc:decimalLongitude "-25.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  geo-pos:lat "31.30335"^^xsd:decimal ;
  geo-pos:long "-25.50665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126112_84_CAL_101001'^^xsd:string;
  dwc:scientificName 'Amphicaryon acaule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.50665'^^xsd:double;
  dwc:startLongitude '-25.5283'^^xsd:double;
  dwc:endLongitude '-25.485'^^xsd:double;
  dwc:latitude '31.30335'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.2967'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135454'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.30335"^^xsd:decimal ;
  dwc:decimalLongitude "-25.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  geo-pos:lat "31.30335"^^xsd:decimal ;
  geo-pos:long "-25.50665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126112_84_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.50665'^^xsd:double;
  dwc:startLongitude '-25.5283'^^xsd:double;
  dwc:endLongitude '-25.485'^^xsd:double;
  dwc:latitude '31.30335'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.2967'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  geo-pos:lat "31.4442"^^xsd:decimal ;
  geo-pos:long "-24.9933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_EUP_010012'^^xsd:string;
  dwc:scientificName 'Stylocheiron robustum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110705'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '110705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  geo-pos:lat "31.4442"^^xsd:decimal ;
  geo-pos:long "-24.9933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  geo-pos:lat "31.4442"^^xsd:decimal ;
  geo-pos:long "-24.9933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_FIS_011001'^^xsd:string;
  dwc:scientificName 'Argyropelecus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127308'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '127308'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7892 -20.09835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-20.09835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7892 -20.09835)"^^geo:wktLiteral ;
  geo-pos:lat "39.7892"^^xsd:decimal ;
  geo-pos:long "-20.09835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740634_8_MYS_001002'^^xsd:string;
  dwc:scientificName 'Eucopia grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.09835'^^xsd:double;
  dwc:startLongitude '-20.1567'^^xsd:double;
  dwc:endLongitude '-20.04'^^xsd:double;
  dwc:latitude '39.7892'^^xsd:double;
  dwc:startLatitude '39.7867'^^xsd:double;
  dwc:endLatitude '39.7917'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '119917'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '119917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7892 -20.09835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-20.09835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7892 -20.09835)"^^geo:wktLiteral ;
  geo-pos:lat "39.7892"^^xsd:decimal ;
  geo-pos:long "-20.09835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740634_8_MYS_001003'^^xsd:string;
  dwc:scientificName 'Eucopia sculpticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.09835'^^xsd:double;
  dwc:startLongitude '-20.1567'^^xsd:double;
  dwc:endLongitude '-20.04'^^xsd:double;
  dwc:latitude '39.7892'^^xsd:double;
  dwc:startLatitude '39.7867'^^xsd:double;
  dwc:endLatitude '39.7917'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '119920'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '119920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7892 -20.09835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-20.09835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7892 -20.09835)"^^geo:wktLiteral ;
  geo-pos:lat "39.7892"^^xsd:decimal ;
  geo-pos:long "-20.09835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740634_8_MYS_003001'^^xsd:string;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.09835'^^xsd:double;
  dwc:startLongitude '-20.1567'^^xsd:double;
  dwc:endLongitude '-20.04'^^xsd:double;
  dwc:latitude '39.7892'^^xsd:double;
  dwc:startLatitude '39.7867'^^xsd:double;
  dwc:endLatitude '39.7917'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_373001'^^xsd:string;
  dwc:scientificName 'Howella brodiei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '126994'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_375002'^^xsd:string;
  dwc:scientificName 'Hygophum taaningi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '126605'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_375005'^^xsd:string;
  dwc:scientificName 'Hygophum hygomi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '126603'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  geo-pos:lat "41.90165"^^xsd:decimal ;
  geo-pos:long "-21.75165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010013'^^xsd:string;
  dwc:scientificName 'Conchoecia dasyophthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  geo-pos:lat "41.90165"^^xsd:decimal ;
  geo-pos:long "-21.75165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010015'^^xsd:string;
  dwc:scientificName 'Conchoecia mamillata l.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:aphiaid '586806'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  geo-pos:lat "41.90165"^^xsd:decimal ;
  geo-pos:long "-21.75165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010016'^^xsd:string;
  dwc:scientificName 'Conchoecia mesadenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1075"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  geo-pos:lat "41.1075"^^xsd:decimal ;
  geo-pos:long "-21.52835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112128_85_CAL_143007'^^xsd:string;
  dwc:scientificName 'Lensia campanella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-21.52835'^^xsd:double;
  dwc:startLongitude '-21.5567'^^xsd:double;
  dwc:endLongitude '-21.5'^^xsd:double;
  dwc:latitude '41.1075'^^xsd:double;
  dwc:startLatitude '41.1317'^^xsd:double;
  dwc:endLatitude '41.0833'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1075"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  geo-pos:lat "41.1075"^^xsd:decimal ;
  geo-pos:long "-21.52835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112128_85_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-21.52835'^^xsd:double;
  dwc:startLongitude '-21.5567'^^xsd:double;
  dwc:endLongitude '-21.5'^^xsd:double;
  dwc:latitude '41.1075'^^xsd:double;
  dwc:startLatitude '41.1317'^^xsd:double;
  dwc:endLatitude '41.0833'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1075"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  geo-pos:lat "41.1075"^^xsd:decimal ;
  geo-pos:long "-21.52835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112128_85_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-21.52835'^^xsd:double;
  dwc:startLongitude '-21.5567'^^xsd:double;
  dwc:endLongitude '-21.5'^^xsd:double;
  dwc:latitude '41.1075'^^xsd:double;
  dwc:startLatitude '41.1317'^^xsd:double;
  dwc:endLatitude '41.0833'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  geo-pos:lat "37.89665"^^xsd:decimal ;
  geo-pos:long "-19.8575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  geo-pos:lat "37.89665"^^xsd:decimal ;
  geo-pos:long "-19.8575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  geo-pos:lat "37.89665"^^xsd:decimal ;
  geo-pos:long "-19.8575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.825 -13.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.825"^^xsd:decimal ;
  dwc:decimalLongitude "-13.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.825 -13.975)"^^geo:wktLiteral ;
  geo-pos:lat "27.825"^^xsd:decimal ;
  geo-pos:long "-13.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580603_14_FIS_913003'^^xsd:string;
  dwc:scientificName 'Vinciguerria attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-13.975'^^xsd:double;
  dwc:startLongitude '13.975'^^xsd:double;
  dwc:latitude '27.825'^^xsd:double;
  dwc:startLatitude '27.825'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '150'^^xsd:integer;
  dwc:aphiaid '127302'^^xsd:integer;
  dwc:observationDate '1965-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0733"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  geo-pos:lat "28.0733"^^xsd:decimal ;
  geo-pos:long "-13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580702_13_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-13.95'^^xsd:double;
  dwc:startLongitude '13.95'^^xsd:double;
  dwc:latitude '28.0733'^^xsd:double;
  dwc:startLatitude '28.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1965-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0733"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  geo-pos:lat "28.0733"^^xsd:decimal ;
  geo-pos:long "-13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580702_13_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-13.95'^^xsd:double;
  dwc:startLongitude '13.95'^^xsd:double;
  dwc:latitude '28.0733'^^xsd:double;
  dwc:startLatitude '28.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1965-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  geo-pos:lat "28.045"^^xsd:decimal ;
  geo-pos:long "-14.0767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_DEC_034004'^^xsd:string;
  dwc:scientificName 'Sergia splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '107137'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '1056501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  geo-pos:lat "28.045"^^xsd:decimal ;
  geo-pos:long "-14.0767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_DEC_036005'^^xsd:string;
  dwc:scientificName 'Sergestes sargassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '107132'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '514114'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  geo-pos:lat "28.045"^^xsd:decimal ;
  geo-pos:long "-14.0767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_DEC_036015'^^xsd:string;
  dwc:scientificName 'Sergestes corniculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '246195'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '514117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  geo-pos:lat "29.68415"^^xsd:decimal ;
  geo-pos:long "-23.1725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  geo-pos:lat "29.68415"^^xsd:decimal ;
  geo-pos:long "-23.1725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_CAL_147001'^^xsd:string;
  dwc:scientificName 'Eudoxoides mitra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135423'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  geo-pos:lat "29.68415"^^xsd:decimal ;
  geo-pos:long "-23.1725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579702_14_FIS_300001'^^xsd:string;
  dwc:scientificName 'Flagellostomias boureei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.1583'^^xsd:double;
  dwc:startLongitude '14.1583'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '127351'^^xsd:integer;
  dwc:observationDate '1965-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579702_14_FIS_328003'^^xsd:string;
  dwc:scientificName 'Gonostoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.1583'^^xsd:double;
  dwc:startLongitude '14.1583'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '127296'^^xsd:integer;
  dwc:observationDate '1965-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '221512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579702_14_FIS_373001'^^xsd:string;
  dwc:scientificName 'Howella brodiei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.1583'^^xsd:double;
  dwc:startLongitude '14.1583'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '126994'^^xsd:integer;
  dwc:observationDate '1965-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  geo-pos:lat "39.85165"^^xsd:decimal ;
  geo-pos:long "-20.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  geo-pos:lat "39.85165"^^xsd:decimal ;
  geo-pos:long "-20.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_008006'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps 0/0'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110696'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1649790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  geo-pos:lat "39.85165"^^xsd:decimal ;
  geo-pos:long "-20.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_008008'^^xsd:string;
  dwc:scientificName 'Nematoscelis atlantica 3/4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110694'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1649783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.06085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-23.06085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785609_1_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.06085'^^xsd:double;
  dwc:startLongitude '-23.04'^^xsd:double;
  dwc:endLongitude '-23.0817'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.865'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.06085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-23.06085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785609_1_OST_010802'^^xsd:string;
  dwc:scientificName 'Conchoecia pusilla s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.06085'^^xsd:double;
  dwc:startLongitude '-23.04'^^xsd:double;
  dwc:endLongitude '-23.0817'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.865'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.06085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-23.06085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785609_1_OST_010810'^^xsd:string;
  dwc:scientificName 'Conchoecia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.06085'^^xsd:double;
  dwc:startLongitude '-23.04'^^xsd:double;
  dwc:endLongitude '-23.0817'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.865'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2642"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  geo-pos:lat "51.2642"^^xsd:decimal ;
  geo-pos:long "-13.4033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5090301_230_FIS_119003'^^xsd:string;
  dwc:scientificName 'Coryphaenoides (coryphaenoides) rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.4033'^^xsd:double;
  dwc:startLongitude '-13.3883'^^xsd:double;
  dwc:endLongitude '-13.4183'^^xsd:double;
  dwc:latitude '51.2642'^^xsd:double;
  dwc:startLatitude '51.2767'^^xsd:double;
  dwc:endLatitude '51.2517'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '127437'^^xsd:integer;
  dwc:observationDate '1980-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2642"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  geo-pos:lat "51.2642"^^xsd:decimal ;
  geo-pos:long "-13.4033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5090301_230_FIS_120001'^^xsd:string;
  dwc:scientificName 'Cottunculus thomsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.4033'^^xsd:double;
  dwc:startLongitude '-13.3883'^^xsd:double;
  dwc:endLongitude '-13.4183'^^xsd:double;
  dwc:latitude '51.2642'^^xsd:double;
  dwc:startLatitude '51.2767'^^xsd:double;
  dwc:endLatitude '51.2517'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '183101'^^xsd:integer;
  dwc:observationDate '1980-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127237'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2642"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  geo-pos:lat "51.2642"^^xsd:decimal ;
  geo-pos:long "-13.4033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5090301_230_FIS_144001'^^xsd:string;
  dwc:scientificName 'Chimaera monstrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.4033'^^xsd:double;
  dwc:startLongitude '-13.3883'^^xsd:double;
  dwc:endLongitude '-13.4183'^^xsd:double;
  dwc:latitude '51.2642'^^xsd:double;
  dwc:startLatitude '51.2767'^^xsd:double;
  dwc:endLatitude '51.2517'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '105824'^^xsd:integer;
  dwc:observationDate '1980-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '105824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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 "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  geo-pos:lat "28.0883"^^xsd:decimal ;
  geo-pos:long "-14.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579502_13_FIS_407001'^^xsd:string;
  dwc:scientificName 'Ichthyococcus ovatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.15'^^xsd:double;
  dwc:startLongitude '14.15'^^xsd:double;
  dwc:latitude '28.0883'^^xsd:double;
  dwc:startLatitude '28.0883'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '127298'^^xsd:integer;
  dwc:observationDate '1965-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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 "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  geo-pos:lat "28.0883"^^xsd:decimal ;
  geo-pos:long "-14.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579502_13_FIS_461003'^^xsd:string;
  dwc:scientificName 'Lampanyctus alatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.15'^^xsd:double;
  dwc:startLongitude '14.15'^^xsd:double;
  dwc:latitude '28.0883'^^xsd:double;
  dwc:startLatitude '28.0883'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '126610'^^xsd:integer;
  dwc:observationDate '1965-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.075"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  geo-pos:lat "28.075"^^xsd:decimal ;
  geo-pos:long "-14.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579302_13_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.0917'^^xsd:double;
  dwc:startLongitude '14.0917'^^xsd:double;
  dwc:latitude '28.075'^^xsd:double;
  dwc:startLatitude '28.075'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1965-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.075"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  geo-pos:lat "28.075"^^xsd:decimal ;
  geo-pos:long "-14.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579302_13_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.0917'^^xsd:double;
  dwc:startLongitude '14.0917'^^xsd:double;
  dwc:latitude '28.075'^^xsd:double;
  dwc:startLatitude '28.075'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1965-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.075"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  geo-pos:lat "28.075"^^xsd:decimal ;
  geo-pos:long "-14.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579302_13_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.0917'^^xsd:double;
  dwc:startLongitude '14.0917'^^xsd:double;
  dwc:latitude '28.075'^^xsd:double;
  dwc:startLatitude '28.075'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1965-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  geo-pos:lat "39.9308"^^xsd:decimal ;
  geo-pos:long "-20.15585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  geo-pos:lat "39.9308"^^xsd:decimal ;
  geo-pos:long "-20.15585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_DEC_001001'^^xsd:string;
  dwc:scientificName 'Acanthephyra purpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '107582'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  geo-pos:lat "39.9308"^^xsd:decimal ;
  geo-pos:long "-20.15585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_DEC_002001'^^xsd:string;
  dwc:scientificName 'Systellaspis debilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '107605'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1790004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  geo-pos:lat "39.9308"^^xsd:decimal ;
  geo-pos:long "-20.15585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_DEC_009000'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '107051'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.502"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  geo-pos:lat "49.502"^^xsd:decimal ;
  geo-pos:long "-11.48775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332101_84_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.48775'^^xsd:double;
  dwc:startLongitude '-11.4769'^^xsd:double;
  dwc:endLongitude '-11.4986'^^xsd:double;
  dwc:latitude '49.502'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:endLatitude '49.4873'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.502"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  geo-pos:lat "49.502"^^xsd:decimal ;
  geo-pos:long "-11.48775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332101_84_CAL_112001'^^xsd:string;
  dwc:scientificName 'Praya dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.48775'^^xsd:double;
  dwc:startLongitude '-11.4769'^^xsd:double;
  dwc:endLongitude '-11.4986'^^xsd:double;
  dwc:latitude '49.502'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:endLatitude '49.4873'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135466'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.502"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  geo-pos:lat "49.502"^^xsd:decimal ;
  geo-pos:long "-11.48775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332101_84_CAL_132000'^^xsd:string;
  dwc:scientificName 'Vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.48775'^^xsd:double;
  dwc:startLongitude '-11.4769'^^xsd:double;
  dwc:endLongitude '-11.4986'^^xsd:double;
  dwc:latitude '49.502'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:endLatitude '49.4873'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135369'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25605"^^xsd:decimal ;
  dwc:decimalLongitude "-12.27175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  geo-pos:lat "49.25605"^^xsd:decimal ;
  geo-pos:long "-12.27175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330539_86_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.27175'^^xsd:double;
  dwc:startLongitude '-12.2875'^^xsd:double;
  dwc:endLongitude '-12.256'^^xsd:double;
  dwc:latitude '49.25605'^^xsd:double;
  dwc:startLatitude '49.241'^^xsd:double;
  dwc:endLatitude '49.2711'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25605"^^xsd:decimal ;
  dwc:decimalLongitude "-12.27175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  geo-pos:lat "49.25605"^^xsd:decimal ;
  geo-pos:long "-12.27175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330539_86_FIS_372000'^^xsd:string;
  dwc:scientificName 'Holtbyrnia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.27175'^^xsd:double;
  dwc:startLongitude '-12.2875'^^xsd:double;
  dwc:endLongitude '-12.256'^^xsd:double;
  dwc:latitude '49.25605'^^xsd:double;
  dwc:startLatitude '49.241'^^xsd:double;
  dwc:endLatitude '49.2711'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '125901'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '125901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25605"^^xsd:decimal ;
  dwc:decimalLongitude "-12.27175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  geo-pos:lat "49.25605"^^xsd:decimal ;
  geo-pos:long "-12.27175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330539_86_FIS_467002'^^xsd:string;
  dwc:scientificName 'Lobianchia gemellari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.27175'^^xsd:double;
  dwc:startLongitude '-12.2875'^^xsd:double;
  dwc:endLongitude '-12.256'^^xsd:double;
  dwc:latitude '49.25605'^^xsd:double;
  dwc:startLatitude '49.241'^^xsd:double;
  dwc:endLatitude '49.2711'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '158901'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '158901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25605"^^xsd:decimal ;
  dwc:decimalLongitude "-12.27175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  geo-pos:lat "49.25605"^^xsd:decimal ;
  geo-pos:long "-12.27175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330539_86_FIS_595001'^^xsd:string;
  dwc:scientificName 'Notolepis rissoli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.27175'^^xsd:double;
  dwc:startLongitude '-12.2875'^^xsd:double;
  dwc:endLongitude '-12.256'^^xsd:double;
  dwc:latitude '49.25605'^^xsd:double;
  dwc:startLatitude '49.241'^^xsd:double;
  dwc:endLatitude '49.2711'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '147037'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '126352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.102"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  geo-pos:lat "49.102"^^xsd:decimal ;
  geo-pos:long "-12.43355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330512_86_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-12.43355'^^xsd:double;
  dwc:startLongitude '-12.4155'^^xsd:double;
  dwc:endLongitude '-12.4516'^^xsd:double;
  dwc:latitude '49.102'^^xsd:double;
  dwc:startLatitude '49.1151'^^xsd:double;
  dwc:endLatitude '49.0889'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1994-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.102"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  geo-pos:lat "49.102"^^xsd:decimal ;
  geo-pos:long "-12.43355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330512_86_CAL_112001'^^xsd:string;
  dwc:scientificName 'Praya dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-12.43355'^^xsd:double;
  dwc:startLongitude '-12.4155'^^xsd:double;
  dwc:endLongitude '-12.4516'^^xsd:double;
  dwc:latitude '49.102'^^xsd:double;
  dwc:startLatitude '49.1151'^^xsd:double;
  dwc:endLatitude '49.0889'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135466'^^xsd:integer;
  dwc:observationDate '1994-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.102"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  geo-pos:lat "49.102"^^xsd:decimal ;
  geo-pos:long "-12.43355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330512_86_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-12.43355'^^xsd:double;
  dwc:startLongitude '-12.4155'^^xsd:double;
  dwc:endLongitude '-12.4516'^^xsd:double;
  dwc:latitude '49.102'^^xsd:double;
  dwc:startLatitude '49.1151'^^xsd:double;
  dwc:endLatitude '49.0889'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1994-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.284"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  geo-pos:lat "49.284"^^xsd:decimal ;
  geo-pos:long "-12.8795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330421_85_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.8795'^^xsd:double;
  dwc:startLongitude '-12.8757'^^xsd:double;
  dwc:endLongitude '-12.8833'^^xsd:double;
  dwc:latitude '49.284'^^xsd:double;
  dwc:startLatitude '49.3039'^^xsd:double;
  dwc:endLatitude '49.2641'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.284"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  geo-pos:lat "49.284"^^xsd:decimal ;
  geo-pos:long "-12.8795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330421_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.8795'^^xsd:double;
  dwc:startLongitude '-12.8757'^^xsd:double;
  dwc:endLongitude '-12.8833'^^xsd:double;
  dwc:latitude '49.284'^^xsd:double;
  dwc:startLatitude '49.3039'^^xsd:double;
  dwc:endLatitude '49.2641'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.284"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  geo-pos:lat "49.284"^^xsd:decimal ;
  geo-pos:long "-12.8795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330421_85_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.8795'^^xsd:double;
  dwc:startLongitude '-12.8757'^^xsd:double;
  dwc:endLongitude '-12.8833'^^xsd:double;
  dwc:latitude '49.284'^^xsd:double;
  dwc:startLatitude '49.3039'^^xsd:double;
  dwc:endLatitude '49.2641'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  geo-pos:lat "40.03335"^^xsd:decimal ;
  geo-pos:long "-20.04665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010500'^^xsd:string;
  dwc:scientificName 'Conchoecia loricata s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '183083'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  geo-pos:lat "40.03335"^^xsd:decimal ;
  geo-pos:long "-20.04665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010550'^^xsd:string;
  dwc:scientificName 'Conchoecia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127773'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  geo-pos:lat "40.03335"^^xsd:decimal ;
  geo-pos:long "-20.04665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010551'^^xsd:string;
  dwc:scientificName 'Conchoecia hyalophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127770'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1314235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_210001'^^xsd:string;
  dwc:scientificName 'Deania calcea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '105903'^^xsd:integer;
  dwc:aphiaIdAccepted '298167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_365003'^^xsd:string;
  dwc:scientificName 'Hoplostethus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '126402'^^xsd:integer;
  dwc:aphiaIdAccepted '126402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_366002'^^xsd:string;
  dwc:scientificName 'Hydrolagus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '105826'^^xsd:integer;
  dwc:aphiaIdAccepted '105826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1651"^^xsd:integer ;
  dwc:maximumDepthInMeters "1717"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  geo-pos:lat "51.29585"^^xsd:decimal ;
  geo-pos:long "-12.9733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5140901_230_FIS_508000'^^xsd:string;
  dwc:scientificName 'Macrouridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.9733'^^xsd:double;
  dwc:startLongitude '-13.0033'^^xsd:double;
  dwc:endLongitude '-12.9433'^^xsd:double;
  dwc:latitude '51.29585'^^xsd:double;
  dwc:startLatitude '51.275'^^xsd:double;
  dwc:endLatitude '51.3167'^^xsd:double;
  dwc:minimumDepth '1651'^^xsd:integer;
  dwc:maximumDepth '1717'^^xsd:integer;
  dwc:aphiaid '125471'^^xsd:integer;
  dwc:observationDate '1982-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '125471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1651"^^xsd:integer ;
  dwc:maximumDepthInMeters "1717"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  geo-pos:lat "51.29585"^^xsd:decimal ;
  geo-pos:long "-12.9733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5140901_230_FIS_576001'^^xsd:string;
  dwc:scientificName 'Notacanthus bonapartei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.9733'^^xsd:double;
  dwc:startLongitude '-13.0033'^^xsd:double;
  dwc:endLongitude '-12.9433'^^xsd:double;
  dwc:latitude '51.29585'^^xsd:double;
  dwc:startLatitude '51.275'^^xsd:double;
  dwc:endLatitude '51.3167'^^xsd:double;
  dwc:minimumDepth '1651'^^xsd:integer;
  dwc:maximumDepth '1717'^^xsd:integer;
  dwc:aphiaid '126642'^^xsd:integer;
  dwc:observationDate '1982-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '126642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1651"^^xsd:integer ;
  dwc:maximumDepthInMeters "1717"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  geo-pos:lat "51.29585"^^xsd:decimal ;
  geo-pos:long "-12.9733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5140901_230_FIS_642002'^^xsd:string;
  dwc:scientificName 'Polyacanthanotus rissoanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.9733'^^xsd:double;
  dwc:startLongitude '-13.0033'^^xsd:double;
  dwc:endLongitude '-12.9433'^^xsd:double;
  dwc:latitude '51.29585'^^xsd:double;
  dwc:startLatitude '51.275'^^xsd:double;
  dwc:endLatitude '51.3167'^^xsd:double;
  dwc:minimumDepth '1651'^^xsd:integer;
  dwc:maximumDepth '1717'^^xsd:integer;
  dwc:aphiaid '126645'^^xsd:integer;
  dwc:observationDate '1982-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '126645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "685"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  geo-pos:lat "49.45"^^xsd:decimal ;
  geo-pos:long "-11.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5131201_231_FIS_257002'^^xsd:string;
  dwc:scientificName 'Etmopterus spinax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:startLongitude '-11.6167'^^xsd:double;
  dwc:latitude '49.45'^^xsd:double;
  dwc:startLatitude '49.45'^^xsd:double;
  dwc:minimumDepth '685'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '105913'^^xsd:integer;
  dwc:observationDate '1982-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '105913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "685"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  geo-pos:lat "49.45"^^xsd:decimal ;
  geo-pos:long "-11.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5131201_231_FIS_364001'^^xsd:string;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:startLongitude '-11.6167'^^xsd:double;
  dwc:latitude '49.45'^^xsd:double;
  dwc:startLatitude '49.45'^^xsd:double;
  dwc:minimumDepth '685'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:observationDate '1982-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "685"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  geo-pos:lat "49.45"^^xsd:decimal ;
  geo-pos:long "-11.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5131201_231_FIS_365002'^^xsd:string;
  dwc:scientificName 'Hoplostethus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:startLongitude '-11.6167'^^xsd:double;
  dwc:latitude '49.45'^^xsd:double;
  dwc:startLatitude '49.45'^^xsd:double;
  dwc:minimumDepth '685'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '126404'^^xsd:integer;
  dwc:observationDate '1982-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '126404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  geo-pos:lat "39.92835"^^xsd:decimal ;
  geo-pos:long "-19.94835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740624_1_CHA_000000'^^xsd:string;
  dwc:scientificName 'Unidentified chaetognaths'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-19.94835'^^xsd:double;
  dwc:startLongitude '-19.95'^^xsd:double;
  dwc:endLongitude '-19.9467'^^xsd:double;
  dwc:latitude '39.92835'^^xsd:double;
  dwc:startLatitude '39.965'^^xsd:double;
  dwc:endLatitude '39.8917'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  geo-pos:lat "39.92835"^^xsd:decimal ;
  geo-pos:long "-19.94835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740624_1_CHA_001031'^^xsd:string;
  dwc:scientificName 'Sagitta decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-19.94835'^^xsd:double;
  dwc:startLongitude '-19.95'^^xsd:double;
  dwc:endLongitude '-19.9467'^^xsd:double;
  dwc:latitude '39.92835'^^xsd:double;
  dwc:startLatitude '39.965'^^xsd:double;
  dwc:endLatitude '39.8917'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '105449'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '370469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  geo-pos:lat "39.92835"^^xsd:decimal ;
  geo-pos:long "-19.94835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740624_1_CHA_001034'^^xsd:string;
  dwc:scientificName 'Sagitta zetesios'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-19.94835'^^xsd:double;
  dwc:startLongitude '-19.95'^^xsd:double;
  dwc:endLongitude '-19.9467'^^xsd:double;
  dwc:latitude '39.92835'^^xsd:double;
  dwc:startLatitude '39.965'^^xsd:double;
  dwc:endLatitude '39.8917'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '416713'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '105463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2483 -13.21665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-13.21665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1530"^^xsd:integer ;
  dwc:maximumDepthInMeters "1540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2483 -13.21665)"^^geo:wktLiteral ;
  geo-pos:lat "51.2483"^^xsd:decimal ;
  geo-pos:long "-13.21665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5111302_203_FIS_771001'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-13.21665'^^xsd:double;
  dwc:startLongitude '-13.205'^^xsd:double;
  dwc:endLongitude '-13.2283'^^xsd:double;
  dwc:latitude '51.2483'^^xsd:double;
  dwc:startLatitude '51.2533'^^xsd:double;
  dwc:endLatitude '51.2433'^^xsd:double;
  dwc:minimumDepth '1530'^^xsd:integer;
  dwc:maximumDepth '1540'^^xsd:integer;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1981-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2483 -13.21665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-13.21665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1530"^^xsd:integer ;
  dwc:maximumDepthInMeters "1540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2483 -13.21665)"^^geo:wktLiteral ;
  geo-pos:lat "51.2483"^^xsd:decimal ;
  geo-pos:long "-13.21665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5111302_203_FIS_852002'^^xsd:string;
  dwc:scientificName 'Trachyrincus murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-13.21665'^^xsd:double;
  dwc:startLongitude '-13.205'^^xsd:double;
  dwc:endLongitude '-13.2283'^^xsd:double;
  dwc:latitude '51.2483'^^xsd:double;
  dwc:startLatitude '51.2533'^^xsd:double;
  dwc:endLatitude '51.2433'^^xsd:double;
  dwc:minimumDepth '1530'^^xsd:integer;
  dwc:maximumDepth '1540'^^xsd:integer;
  dwc:aphiaid '126481'^^xsd:integer;
  dwc:observationDate '1981-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.10165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.90585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1970"^^xsd:integer ;
  dwc:maximumDepthInMeters "1980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  geo-pos:lat "51.10165"^^xsd:decimal ;
  geo-pos:long "-12.90585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5120101_230_FIS_002004'^^xsd:string;
  dwc:scientificName 'Alepocephalus productus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.90585'^^xsd:double;
  dwc:startLongitude '-12.93'^^xsd:double;
  dwc:endLongitude '-12.8817'^^xsd:double;
  dwc:latitude '51.10165'^^xsd:double;
  dwc:startLatitude '51.09'^^xsd:double;
  dwc:endLatitude '51.1133'^^xsd:double;
  dwc:minimumDepth '1970'^^xsd:integer;
  dwc:maximumDepth '1980'^^xsd:integer;
  dwc:aphiaid '126683'^^xsd:integer;
  dwc:observationDate '1981-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.10165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.90585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1970"^^xsd:integer ;
  dwc:maximumDepthInMeters "1980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  geo-pos:lat "51.10165"^^xsd:decimal ;
  geo-pos:long "-12.90585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5120101_230_FIS_020001'^^xsd:string;
  dwc:scientificName 'Antimora rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.90585'^^xsd:double;
  dwc:startLongitude '-12.93'^^xsd:double;
  dwc:endLongitude '-12.8817'^^xsd:double;
  dwc:latitude '51.10165'^^xsd:double;
  dwc:startLatitude '51.09'^^xsd:double;
  dwc:endLatitude '51.1133'^^xsd:double;
  dwc:minimumDepth '1970'^^xsd:integer;
  dwc:maximumDepth '1980'^^xsd:integer;
  dwc:aphiaid '126486'^^xsd:integer;
  dwc:observationDate '1981-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126486'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9133"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  geo-pos:lat "49.9133"^^xsd:decimal ;
  geo-pos:long "-12.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5101501_230_FIS_119001'^^xsd:string;
  dwc:scientificName 'Coryphaenoides (coryphaenoides) guentheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.9417'^^xsd:double;
  dwc:startLongitude '-12.9417'^^xsd:double;
  dwc:latitude '49.9133'^^xsd:double;
  dwc:startLatitude '49.9133'^^xsd:double;
  dwc:minimumDepth '2520'^^xsd:integer;
  dwc:maximumDepth '2540'^^xsd:integer;
  dwc:aphiaid '127435'^^xsd:integer;
  dwc:observationDate '1981-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '158958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9133"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  geo-pos:lat "49.9133"^^xsd:decimal ;
  geo-pos:long "-12.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5101501_230_FIS_361001'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.9417'^^xsd:double;
  dwc:startLongitude '-12.9417'^^xsd:double;
  dwc:latitude '49.9133'^^xsd:double;
  dwc:startLatitude '49.9133'^^xsd:double;
  dwc:minimumDepth '2520'^^xsd:integer;
  dwc:maximumDepth '2540'^^xsd:integer;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:observationDate '1981-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1605"^^xsd:integer ;
  dwc:maximumDepthInMeters "1694"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.6983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5081001_230_FIS_575001'^^xsd:string;
  dwc:scientificName 'Nezumia aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-12.6983'^^xsd:double;
  dwc:startLongitude '-12.6983'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1605'^^xsd:integer;
  dwc:maximumDepth '1694'^^xsd:integer;
  dwc:aphiaid '126473'^^xsd:integer;
  dwc:observationDate '1980-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1605"^^xsd:integer ;
  dwc:maximumDepthInMeters "1694"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.6983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5081001_230_FIS_642002'^^xsd:string;
  dwc:scientificName 'Polyacanthanotus rissoanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-12.6983'^^xsd:double;
  dwc:startLongitude '-12.6983'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1605'^^xsd:integer;
  dwc:maximumDepth '1694'^^xsd:integer;
  dwc:aphiaid '126645'^^xsd:integer;
  dwc:observationDate '1980-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1605"^^xsd:integer ;
  dwc:maximumDepthInMeters "1694"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.6983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5081001_230_FIS_740001'^^xsd:string;
  dwc:scientificName 'Rouleina atrita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-12.6983'^^xsd:double;
  dwc:startLongitude '-12.6983'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1605'^^xsd:integer;
  dwc:maximumDepth '1694'^^xsd:integer;
  dwc:aphiaid '126709'^^xsd:integer;
  dwc:observationDate '1980-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_361001'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_363001'^^xsd:string;
  dwc:scientificName 'Harriotta raleighana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '105829'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '105829'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_378001'^^xsd:string;
  dwc:scientificName 'Halargyreus johnsonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '126489'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0258"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "712"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "51.0258"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5060701_230_FIS_002003'^^xsd:string;
  dwc:scientificName 'Alepocephalus bairdii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '-14.2017'^^xsd:double;
  dwc:endLongitude '-14.1217'^^xsd:double;
  dwc:latitude '51.0258'^^xsd:double;
  dwc:startLatitude '51.0283'^^xsd:double;
  dwc:endLatitude '51.0233'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '712'^^xsd:integer;
  dwc:aphiaid '126682'^^xsd:integer;
  dwc:observationDate '1979-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0258"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "712"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "51.0258"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5060701_230_FIS_119003'^^xsd:string;
  dwc:scientificName 'Coryphaenoides (coryphaenoides) rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '-14.2017'^^xsd:double;
  dwc:endLongitude '-14.1217'^^xsd:double;
  dwc:latitude '51.0258'^^xsd:double;
  dwc:startLatitude '51.0283'^^xsd:double;
  dwc:endLatitude '51.0233'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '712'^^xsd:integer;
  dwc:aphiaid '127437'^^xsd:integer;
  dwc:observationDate '1979-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0258"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "712"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "51.0258"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5060701_230_FIS_256003'^^xsd:string;
  dwc:scientificName 'Epigonus telescopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '-14.2017'^^xsd:double;
  dwc:endLongitude '-14.1217'^^xsd:double;
  dwc:latitude '51.0258'^^xsd:double;
  dwc:startLatitude '51.0283'^^xsd:double;
  dwc:endLatitude '51.0233'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '712'^^xsd:integer;
  dwc:aphiaid '126858'^^xsd:integer;
  dwc:observationDate '1979-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-20.1633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  geo-pos:lat "40.0108"^^xsd:decimal ;
  geo-pos:long "-20.1633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740618_1_OST_010103'^^xsd:string;
  dwc:scientificName 'Conchoecia brachyaskos s'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.1633'^^xsd:double;
  dwc:startLongitude '-20.1683'^^xsd:double;
  dwc:endLongitude '-20.1583'^^xsd:double;
  dwc:latitude '40.0108'^^xsd:double;
  dwc:startLatitude '40.0433'^^xsd:double;
  dwc:endLatitude '39.9783'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-20.1633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  geo-pos:lat "40.0108"^^xsd:decimal ;
  geo-pos:long "-20.1633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740618_1_OST_010250'^^xsd:string;
  dwc:scientificName 'Conchoecia edentata s'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.1633'^^xsd:double;
  dwc:startLongitude '-20.1683'^^xsd:double;
  dwc:endLongitude '-20.1583'^^xsd:double;
  dwc:latitude '40.0108'^^xsd:double;
  dwc:startLatitude '40.0433'^^xsd:double;
  dwc:endLatitude '39.9783'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-20.1633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  geo-pos:lat "40.0108"^^xsd:decimal ;
  geo-pos:long "-20.1633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740618_1_OST_010251'^^xsd:string;
  dwc:scientificName 'Conchoecia edentata l'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.1633'^^xsd:double;
  dwc:startLongitude '-20.1683'^^xsd:double;
  dwc:endLongitude '-20.1583'^^xsd:double;
  dwc:latitude '40.0108'^^xsd:double;
  dwc:startLatitude '40.0433'^^xsd:double;
  dwc:endLatitude '39.9783'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  geo-pos:lat "39.84915"^^xsd:decimal ;
  geo-pos:long "-20.2842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_1_OST_010453'^^xsd:string;
  dwc:scientificName 'Conchoecia secernenda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '183090'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127832'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  geo-pos:lat "39.84915"^^xsd:decimal ;
  geo-pos:long "-20.2842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_1_OST_010550'^^xsd:string;
  dwc:scientificName 'Conchoecia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '127773'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  geo-pos:lat "39.84915"^^xsd:decimal ;
  geo-pos:long "-20.2842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_1_OST_010556'^^xsd:string;
  dwc:scientificName 'Conchoecia spinirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '183092'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0517 -12.70915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "95"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0517 -12.70915)"^^geo:wktLiteral ;
  geo-pos:lat "44.0517"^^xsd:decimal ;
  geo-pos:long "-12.70915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850739_1_COP_014002'^^xsd:string;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.70915'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6883'^^xsd:double;
  dwc:latitude '44.0517'^^xsd:double;
  dwc:startLatitude '44.0417'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '95'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:observationDate '1974-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0517 -12.70915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "95"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0517 -12.70915)"^^geo:wktLiteral ;
  geo-pos:lat "44.0517"^^xsd:decimal ;
  geo-pos:long "-12.70915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850739_1_COP_018001'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.70915'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6883'^^xsd:double;
  dwc:latitude '44.0517'^^xsd:double;
  dwc:startLatitude '44.0417'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '95'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:observationDate '1974-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0517 -12.70915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "95"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0517 -12.70915)"^^geo:wktLiteral ;
  geo-pos:lat "44.0517"^^xsd:decimal ;
  geo-pos:long "-12.70915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850739_1_COP_019000'^^xsd:string;
  dwc:scientificName 'Clausocalanus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.70915'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6883'^^xsd:double;
  dwc:latitude '44.0517'^^xsd:double;
  dwc:startLatitude '44.0417'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '95'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:observationDate '1974-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  geo-pos:lat "39.97335"^^xsd:decimal ;
  geo-pos:long "-20.12665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010550'^^xsd:string;
  dwc:scientificName 'Conchoecia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127773'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  geo-pos:lat "39.97335"^^xsd:decimal ;
  geo-pos:long "-20.12665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010551'^^xsd:string;
  dwc:scientificName 'Conchoecia hyalophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127770'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1314235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  geo-pos:lat "39.97335"^^xsd:decimal ;
  geo-pos:long "-20.12665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010553'^^xsd:string;
  dwc:scientificName 'Conchoecia lophura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127771'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1314233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "85"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582801_63_AMP_271003'^^xsd:string;
  dwc:scientificName 'Amphithyrus similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '85'^^xsd:integer;
  dwc:aphiaid '236617'^^xsd:integer;
  dwc:observationDate '1965-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "85"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582801_63_AMP_273003'^^xsd:string;
  dwc:scientificName 'Paratyphis promentorii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '85'^^xsd:integer;
  dwc:aphiaid '421629'^^xsd:integer;
  dwc:observationDate '1965-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '421629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "85"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582801_63_AMP_730021'^^xsd:string;
  dwc:scientificName 'Stenopleura atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '85'^^xsd:integer;
  dwc:aphiaid '102247'^^xsd:integer;
  dwc:observationDate '1965-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '102247'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582703_63_OST_010602'^^xsd:string;
  dwc:scientificName 'Conchoecia kampta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '183082'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '127825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582703_63_OST_010650'^^xsd:string;
  dwc:scientificName 'Conchoecia rhynchena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '183089'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '127852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582703_63_OST_010700'^^xsd:string;
  dwc:scientificName 'Conchoecia imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '183080'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '127778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8175"^^xsd:decimal ;
  dwc:decimalLongitude "-23.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  geo-pos:lat "29.8175"^^xsd:decimal ;
  geo-pos:long "-23.055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785607_8_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.055'^^xsd:double;
  dwc:startLongitude '-23.0467'^^xsd:double;
  dwc:endLongitude '-23.0633'^^xsd:double;
  dwc:latitude '29.8175'^^xsd:double;
  dwc:startLatitude '29.8517'^^xsd:double;
  dwc:endLatitude '29.7833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '895'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8175"^^xsd:decimal ;
  dwc:decimalLongitude "-23.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  geo-pos:lat "29.8175"^^xsd:decimal ;
  geo-pos:long "-23.055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785607_8_CEP_523001'^^xsd:string;
  dwc:scientificName 'Valbyteuthis danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.055'^^xsd:double;
  dwc:startLongitude '-23.0467'^^xsd:double;
  dwc:endLongitude '-23.0633'^^xsd:double;
  dwc:latitude '29.8175'^^xsd:double;
  dwc:startLatitude '29.8517'^^xsd:double;
  dwc:endLatitude '29.7833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '895'^^xsd:integer;
  dwc:aphiaid '139126'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '342249'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8175"^^xsd:decimal ;
  dwc:decimalLongitude "-23.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  geo-pos:lat "29.8175"^^xsd:decimal ;
  geo-pos:long "-23.055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785607_8_CEP_561001'^^xsd:string;
  dwc:scientificName 'Joubiniteuthis portieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.055'^^xsd:double;
  dwc:startLongitude '-23.0467'^^xsd:double;
  dwc:endLongitude '-23.0633'^^xsd:double;
  dwc:latitude '29.8175'^^xsd:double;
  dwc:startLatitude '29.8517'^^xsd:double;
  dwc:endLatitude '29.7833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '895'^^xsd:integer;
  dwc:aphiaid '196598'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '879785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582701_64_FIS_581001'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582701_64_FIS_781000'^^xsd:string;
  dwc:scientificName 'Serrivomer sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '125650'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '125650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582701_64_FIS_783000'^^xsd:string;
  dwc:scientificName 'Sternoptyx sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126199'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '126199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582507_64_FIS_461000'^^xsd:string;
  dwc:scientificName 'Lampanyctus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '125825'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '125825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582507_64_FIS_461003'^^xsd:string;
  dwc:scientificName 'Lampanyctus alatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126610'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '126610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582507_64_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_143013'^^xsd:string;
  dwc:scientificName 'Lensia meteori'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135435'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_143019'^^xsd:string;
  dwc:scientificName 'Lensia havock'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135431'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  geo-pos:lat "29.7125"^^xsd:decimal ;
  geo-pos:long "-23.10915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785604_8_DEC_006001'^^xsd:string;
  dwc:scientificName 'Meningodora mollis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.10915'^^xsd:double;
  dwc:startLongitude '-23.09'^^xsd:double;
  dwc:endLongitude '-23.1283'^^xsd:double;
  dwc:latitude '29.7125'^^xsd:double;
  dwc:startLatitude '29.75'^^xsd:double;
  dwc:endLatitude '29.675'^^xsd:double;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107596'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '107596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  geo-pos:lat "29.7125"^^xsd:decimal ;
  geo-pos:long "-23.10915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785604_8_DEC_006002'^^xsd:string;
  dwc:scientificName 'Meningodora vesca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.10915'^^xsd:double;
  dwc:startLongitude '-23.09'^^xsd:double;
  dwc:endLongitude '-23.1283'^^xsd:double;
  dwc:latitude '29.7125'^^xsd:double;
  dwc:startLatitude '29.75'^^xsd:double;
  dwc:endLatitude '29.675'^^xsd:double;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107597'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '107597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  geo-pos:lat "29.7125"^^xsd:decimal ;
  geo-pos:long "-23.10915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785604_8_DEC_009001'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sulcatifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.10915'^^xsd:double;
  dwc:startLongitude '-23.09'^^xsd:double;
  dwc:endLongitude '-23.1283'^^xsd:double;
  dwc:latitude '29.7125'^^xsd:double;
  dwc:startLatitude '29.75'^^xsd:double;
  dwc:endLatitude '29.675'^^xsd:double;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107673'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '107673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582504_63_COP_072026'^^xsd:string;
  dwc:scientificName 'Scolecithricella auropecten'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '220887'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '104776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582504_63_COP_072031'^^xsd:string;
  dwc:scientificName 'Scolecithricella ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '104814'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '345251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582504_63_COP_072032'^^xsd:string;
  dwc:scientificName 'Scolecithricella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '360537'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '104768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582502_63_COP_103003'^^xsd:string;
  dwc:scientificName 'Phyllopus helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '104719'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '361514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582502_63_COP_103004'^^xsd:string;
  dwc:scientificName 'Phyllopus impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '104720'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '361515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582502_63_COP_109005'^^xsd:string;
  dwc:scientificName 'Candacia norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '104482'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '1437526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582305_63_OST_010650'^^xsd:string;
  dwc:scientificName 'Conchoecia rhynchena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '183089'^^xsd:integer;
  dwc:observationDate '1965-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582305_63_OST_010700'^^xsd:string;
  dwc:scientificName 'Conchoecia imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '183080'^^xsd:integer;
  dwc:observationDate '1965-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582305_63_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1965-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -12.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.86"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -12.79)"^^geo:wktLiteral ;
  geo-pos:lat "43.86"^^xsd:decimal ;
  geo-pos:long "-12.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850727_8_FIS_135008'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-12.79'^^xsd:double;
  dwc:startLongitude '-12.8133'^^xsd:double;
  dwc:endLongitude '-12.7667'^^xsd:double;
  dwc:latitude '43.86'^^xsd:double;
  dwc:startLatitude '43.8667'^^xsd:double;
  dwc:endLatitude '43.8533'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:observationDate '1974-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -12.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.86"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -12.79)"^^geo:wktLiteral ;
  geo-pos:lat "43.86"^^xsd:decimal ;
  geo-pos:long "-12.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850727_8_FIS_372002'^^xsd:string;
  dwc:scientificName 'Holtbyrnia problematica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-12.79'^^xsd:double;
  dwc:startLongitude '-12.8133'^^xsd:double;
  dwc:endLongitude '-12.7667'^^xsd:double;
  dwc:latitude '43.86'^^xsd:double;
  dwc:startLatitude '43.8667'^^xsd:double;
  dwc:endLatitude '43.8533'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:observationDate '1974-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -12.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.86"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -12.79)"^^geo:wktLiteral ;
  geo-pos:lat "43.86"^^xsd:decimal ;
  geo-pos:long "-12.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850727_8_FIS_780001'^^xsd:string;
  dwc:scientificName 'Searsia koefoedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-12.79'^^xsd:double;
  dwc:startLongitude '-12.8133'^^xsd:double;
  dwc:endLongitude '-12.7667'^^xsd:double;
  dwc:latitude '43.86'^^xsd:double;
  dwc:startLatitude '43.8667'^^xsd:double;
  dwc:endLatitude '43.8533'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '126749'^^xsd:integer;
  dwc:observationDate '1974-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '126749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_FIS_789000'^^xsd:string;
  dwc:scientificName 'Scopelarchidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '125448'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '125448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_FIS_998000'^^xsd:string;
  dwc:scientificName 'Unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_OST_010001'^^xsd:string;
  dwc:scientificName 'Conchoecia spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183091'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "775"^^xsd:integer ;
  dwc:maximumDepthInMeters "830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582303_63_COP_085002'^^xsd:string;
  dwc:scientificName 'Heterorhabdus compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '775'^^xsd:integer;
  dwc:maximumDepth '830'^^xsd:integer;
  dwc:aphiaid '104578'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '254603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "775"^^xsd:integer ;
  dwc:maximumDepthInMeters "830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582303_63_COP_085003'^^xsd:string;
  dwc:scientificName 'Heterorhabdus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '775'^^xsd:integer;
  dwc:maximumDepth '830'^^xsd:integer;
  dwc:aphiaid '104581'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '368129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "775"^^xsd:integer ;
  dwc:maximumDepthInMeters "830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582303_63_COP_085010'^^xsd:string;
  dwc:scientificName 'Heterorhabdus spinifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '775'^^xsd:integer;
  dwc:maximumDepth '830'^^xsd:integer;
  dwc:aphiaid '104583'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '104583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "405"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  geo-pos:lat "29.9308"^^xsd:decimal ;
  geo-pos:long "-23.0225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785602_8_EUP_008006'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps 0/0'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.0225'^^xsd:double;
  dwc:startLongitude '-23.015'^^xsd:double;
  dwc:endLongitude '-23.03'^^xsd:double;
  dwc:latitude '29.9308'^^xsd:double;
  dwc:startLatitude '29.9683'^^xsd:double;
  dwc:endLatitude '29.8933'^^xsd:double;
  dwc:minimumDepth '405'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:aphiaid '110696'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '1649790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "405"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  geo-pos:lat "29.9308"^^xsd:decimal ;
  geo-pos:long "-23.0225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785602_8_EUP_008008'^^xsd:string;
  dwc:scientificName 'Nematoscelis atlantica 3/4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.0225'^^xsd:double;
  dwc:startLongitude '-23.015'^^xsd:double;
  dwc:endLongitude '-23.03'^^xsd:double;
  dwc:latitude '29.9308'^^xsd:double;
  dwc:startLatitude '29.9683'^^xsd:double;
  dwc:endLatitude '29.8933'^^xsd:double;
  dwc:minimumDepth '405'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:aphiaid '110694'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '1649783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "405"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  geo-pos:lat "29.9308"^^xsd:decimal ;
  geo-pos:long "-23.0225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785602_8_EUP_008014'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps/atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.0225'^^xsd:double;
  dwc:startLongitude '-23.015'^^xsd:double;
  dwc:endLongitude '-23.03'^^xsd:double;
  dwc:latitude '29.9308'^^xsd:double;
  dwc:startLatitude '29.9683'^^xsd:double;
  dwc:endLatitude '29.8933'^^xsd:double;
  dwc:minimumDepth '405'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:aphiaid '110676'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '1649781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582301_63_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582301_63_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582301_63_CAL_147002'^^xsd:string;
  dwc:scientificName 'Eudoxoides spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135424'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '135424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581901_63_FIS_998000'^^xsd:string;
  dwc:scientificName 'Unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '220'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581901_63_OST_002001'^^xsd:string;
  dwc:scientificName 'Macrocypridina castanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '220'^^xsd:integer;
  dwc:aphiaid '127716'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581901_63_OST_010001'^^xsd:string;
  dwc:scientificName 'Conchoecia spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '220'^^xsd:integer;
  dwc:aphiaid '183091'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  geo-pos:lat "52.87335"^^xsd:decimal ;
  geo-pos:long "-19.97835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  geo-pos:lat "52.87335"^^xsd:decimal ;
  geo-pos:long "-19.97835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_OST_008001'^^xsd:string;
  dwc:scientificName 'Halocypria globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '127793'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '127793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  geo-pos:lat "52.87335"^^xsd:decimal ;
  geo-pos:long "-19.97835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_OST_010052'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans s.s'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0783"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581703_13_FIS_261004'^^xsd:string;
  dwc:scientificName 'Eustomias obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0783'^^xsd:double;
  dwc:startLatitude '28.0783'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '127347'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127347'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0783"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581703_13_FIS_261012'^^xsd:string;
  dwc:scientificName 'Eustomias longibarba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0783'^^xsd:double;
  dwc:startLatitude '28.0783'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '127344'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0392"^^xsd:decimal ;
  dwc:decimalLongitude "-20.01665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  geo-pos:lat "53.0392"^^xsd:decimal ;
  geo-pos:long "-20.01665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771161_8_EUP_007005'^^xsd:string;
  dwc:scientificName 'Thysanoessa longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.01665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0233'^^xsd:double;
  dwc:latitude '53.0392'^^xsd:double;
  dwc:startLatitude '52.9817'^^xsd:double;
  dwc:endLatitude '53.0967'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '110709'^^xsd:integer;
  dwc:observationDate '1971-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0392"^^xsd:decimal ;
  dwc:decimalLongitude "-20.01665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  geo-pos:lat "53.0392"^^xsd:decimal ;
  geo-pos:long "-20.01665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771161_8_FIS_011005'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.01665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0233'^^xsd:double;
  dwc:latitude '53.0392'^^xsd:double;
  dwc:startLatitude '52.9817'^^xsd:double;
  dwc:endLatitude '53.0967'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:observationDate '1971-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0392"^^xsd:decimal ;
  dwc:decimalLongitude "-20.01665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  geo-pos:lat "53.0392"^^xsd:decimal ;
  geo-pos:long "-20.01665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771161_8_FIS_072002'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.01665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0233'^^xsd:double;
  dwc:latitude '53.0392'^^xsd:double;
  dwc:startLatitude '52.9817'^^xsd:double;
  dwc:endLatitude '53.0967'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:observationDate '1971-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_COP_091013'^^xsd:string;
  dwc:scientificName 'Haloptilus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '104431'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_COP_092013'^^xsd:string;
  dwc:scientificName 'Euaugaptilus filiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '104390'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_COP_103003'^^xsd:string;
  dwc:scientificName 'Phyllopus helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '104719'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '361514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581803_63_AMP_273002'^^xsd:string;
  dwc:scientificName 'Paratyphis parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '421628'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '421628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581803_63_AMP_565001'^^xsd:string;
  dwc:scientificName 'Cyphocaris anonyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '102554'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '102554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581803_63_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.065 -27.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.065"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.065 -27.1967)"^^geo:wktLiteral ;
  geo-pos:lat "32.065"^^xsd:decimal ;
  geo-pos:long "-27.1967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826500_8_EUP_008006'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps 0/0'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-27.1967'^^xsd:double;
  dwc:startLongitude '-27.2017'^^xsd:double;
  dwc:endLongitude '-27.1917'^^xsd:double;
  dwc:latitude '32.065'^^xsd:double;
  dwc:startLatitude '32.0167'^^xsd:double;
  dwc:endLatitude '32.1133'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '110696'^^xsd:integer;
  dwc:observationDate '1973-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '1649790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.065 -27.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.065"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.065 -27.1967)"^^geo:wktLiteral ;
  geo-pos:lat "32.065"^^xsd:decimal ;
  geo-pos:long "-27.1967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826500_8_EUP_008008'^^xsd:string;
  dwc:scientificName 'Nematoscelis atlantica 3/4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-27.1967'^^xsd:double;
  dwc:startLongitude '-27.2017'^^xsd:double;
  dwc:endLongitude '-27.1917'^^xsd:double;
  dwc:latitude '32.065'^^xsd:double;
  dwc:startLatitude '32.0167'^^xsd:double;
  dwc:endLatitude '32.1133'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '110694'^^xsd:integer;
  dwc:observationDate '1973-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '1649783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.90915"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9417"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  geo-pos:lat "52.90915"^^xsd:decimal ;
  geo-pos:long "-19.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771107_1_OST_010553'^^xsd:string;
  dwc:scientificName 'Conchoecia lophura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-19.9417'^^xsd:double;
  dwc:startLongitude '-19.9967'^^xsd:double;
  dwc:endLongitude '-19.8867'^^xsd:double;
  dwc:latitude '52.90915'^^xsd:double;
  dwc:startLatitude '52.91'^^xsd:double;
  dwc:endLatitude '52.9083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127771'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1314233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.90915"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9417"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  geo-pos:lat "52.90915"^^xsd:decimal ;
  geo-pos:long "-19.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771107_1_OST_010558'^^xsd:string;
  dwc:scientificName 'Conchoecia parthenoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-19.9417'^^xsd:double;
  dwc:startLongitude '-19.9967'^^xsd:double;
  dwc:endLongitude '-19.8867'^^xsd:double;
  dwc:latitude '52.90915'^^xsd:double;
  dwc:startLatitude '52.91'^^xsd:double;
  dwc:endLatitude '52.9083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '183087'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.90915"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9417"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  geo-pos:lat "52.90915"^^xsd:decimal ;
  geo-pos:long "-19.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771107_1_OST_010650'^^xsd:string;
  dwc:scientificName 'Conchoecia rhynchena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-19.9417'^^xsd:double;
  dwc:startLongitude '-19.9967'^^xsd:double;
  dwc:endLongitude '-19.8867'^^xsd:double;
  dwc:latitude '52.90915'^^xsd:double;
  dwc:startLatitude '52.91'^^xsd:double;
  dwc:endLatitude '52.9083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '183089'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7725"^^xsd:decimal ;
  dwc:decimalLongitude "-20.14585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  geo-pos:lat "52.7725"^^xsd:decimal ;
  geo-pos:long "-20.14585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771110_1_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-20.14585'^^xsd:double;
  dwc:startLongitude '-20.21'^^xsd:double;
  dwc:endLongitude '-20.0817'^^xsd:double;
  dwc:latitude '52.7725'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.785'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1971-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7725"^^xsd:decimal ;
  dwc:decimalLongitude "-20.14585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  geo-pos:lat "52.7725"^^xsd:decimal ;
  geo-pos:long "-20.14585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771110_1_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-20.14585'^^xsd:double;
  dwc:startLongitude '-20.21'^^xsd:double;
  dwc:endLongitude '-20.0817'^^xsd:double;
  dwc:latitude '52.7725'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.785'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1971-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  geo-pos:lat "52.8358"^^xsd:decimal ;
  geo-pos:long "-19.9575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_AMP_070005'^^xsd:string;
  dwc:scientificName 'Lanceola sayana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '103265'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '103265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  geo-pos:lat "52.8358"^^xsd:decimal ;
  geo-pos:long "-19.9575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_AMP_120002'^^xsd:string;
  dwc:scientificName 'Hyperia medusarum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '103253'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '103253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  geo-pos:lat "52.8358"^^xsd:decimal ;
  geo-pos:long "-19.9575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8683)"^^geo:wktLiteral ;
  geo-pos:lat "44.03415"^^xsd:decimal ;
  geo-pos:long "-12.8683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850850_1_COP_072001'^^xsd:string;
  dwc:scientificName 'Scolecithricella minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.8683'^^xsd:double;
  dwc:startLongitude '-12.8433'^^xsd:double;
  dwc:endLongitude '-12.8933'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.025'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104811'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '1509944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8683)"^^geo:wktLiteral ;
  geo-pos:lat "44.03415"^^xsd:decimal ;
  geo-pos:long "-12.8683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850850_1_COP_072007'^^xsd:string;
  dwc:scientificName 'Scolecithricella dentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.8683'^^xsd:double;
  dwc:startLongitude '-12.8433'^^xsd:double;
  dwc:endLongitude '-12.8933'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.025'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104807'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '104807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8683)"^^geo:wktLiteral ;
  geo-pos:lat "44.03415"^^xsd:decimal ;
  geo-pos:long "-12.8683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850850_1_COP_072031'^^xsd:string;
  dwc:scientificName 'Scolecithricella ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.8683'^^xsd:double;
  dwc:startLongitude '-12.8433'^^xsd:double;
  dwc:endLongitude '-12.8933'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.025'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104814'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '345251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  geo-pos:lat "52.95585"^^xsd:decimal ;
  geo-pos:long "-19.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_070005'^^xsd:string;
  dwc:scientificName 'Lanceola sayana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '103265'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '103265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  geo-pos:lat "52.95585"^^xsd:decimal ;
  geo-pos:long "-19.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_090002'^^xsd:string;
  dwc:scientificName 'Vibilia armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '236632'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  geo-pos:lat "52.95585"^^xsd:decimal ;
  geo-pos:long "-19.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_090007'^^xsd:string;
  dwc:scientificName 'Vibilia gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '416583'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '416583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^xsd:decimal ;
  dwc:decimalLongitude "-20.07665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  geo-pos:lat "52.85"^^xsd:decimal ;
  geo-pos:long "-20.07665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771124_8_FIS_214003'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-20.07665'^^xsd:double;
  dwc:startLongitude '-20.07'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '52.85'^^xsd:double;
  dwc:startLatitude '52.8667'^^xsd:double;
  dwc:endLatitude '52.8333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1971-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^xsd:decimal ;
  dwc:decimalLongitude "-20.07665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  geo-pos:lat "52.85"^^xsd:decimal ;
  geo-pos:long "-20.07665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771124_8_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-20.07665'^^xsd:double;
  dwc:startLongitude '-20.07'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '52.85'^^xsd:double;
  dwc:startLatitude '52.8667'^^xsd:double;
  dwc:endLatitude '52.8333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1971-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^xsd:decimal ;
  dwc:decimalLongitude "-20.07665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  geo-pos:lat "52.85"^^xsd:decimal ;
  geo-pos:long "-20.07665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771124_8_FIS_461011'^^xsd:string;
  dwc:scientificName 'Lampanyctus macdonaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-20.07665'^^xsd:double;
  dwc:startLongitude '-20.07'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '52.85'^^xsd:double;
  dwc:startLatitude '52.8667'^^xsd:double;
  dwc:endLatitude '52.8333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '126617'^^xsd:integer;
  dwc:observationDate '1971-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.08835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.08835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771115_1_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-20.08835'^^xsd:double;
  dwc:startLongitude '-20.155'^^xsd:double;
  dwc:endLongitude '-20.0217'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.8733'^^xsd:double;
  dwc:endLatitude '52.8967'^^xsd:double;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1971-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.08835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.08835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771115_1_OST_010808'^^xsd:string;
  dwc:scientificName 'Conchoecia teretivalvata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-20.08835'^^xsd:double;
  dwc:startLongitude '-20.155'^^xsd:double;
  dwc:endLongitude '-20.0217'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.8733'^^xsd:double;
  dwc:endLatitude '52.8967'^^xsd:double;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:observationDate '1971-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.08835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.08835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771115_8_AMP_120001'^^xsd:string;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-20.08835'^^xsd:double;
  dwc:startLongitude '-20.155'^^xsd:double;
  dwc:endLongitude '-20.0217'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.8733'^^xsd:double;
  dwc:endLatitude '52.8967'^^xsd:double;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:observationDate '1971-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3875 -13.0725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3875"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3875 -13.0725)"^^geo:wktLiteral ;
  geo-pos:lat "44.3875"^^xsd:decimal ;
  geo-pos:long "-13.0725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850717_8_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-13.0725'^^xsd:double;
  dwc:startLongitude '-13.055'^^xsd:double;
  dwc:endLongitude '-13.09'^^xsd:double;
  dwc:latitude '44.3875'^^xsd:double;
  dwc:startLatitude '44.4083'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1974-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3875 -13.0725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3875"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3875 -13.0725)"^^geo:wktLiteral ;
  geo-pos:lat "44.3875"^^xsd:decimal ;
  geo-pos:long "-13.0725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850717_8_FIS_011005'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-13.0725'^^xsd:double;
  dwc:startLongitude '-13.055'^^xsd:double;
  dwc:endLongitude '-13.09'^^xsd:double;
  dwc:latitude '44.3875'^^xsd:double;
  dwc:startLatitude '44.4083'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:observationDate '1974-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3875 -13.0725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3875"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3875 -13.0725)"^^geo:wktLiteral ;
  geo-pos:lat "44.3875"^^xsd:decimal ;
  geo-pos:long "-13.0725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850717_8_FIS_072002'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-13.0725'^^xsd:double;
  dwc:startLongitude '-13.055'^^xsd:double;
  dwc:endLongitude '-13.09'^^xsd:double;
  dwc:latitude '44.3875'^^xsd:double;
  dwc:startLatitude '44.4083'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:observationDate '1974-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771103_1_OST_010550'^^xsd:string;
  dwc:scientificName 'Conchoecia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-20.385'^^xsd:double;
  dwc:startLongitude '-20.3317'^^xsd:double;
  dwc:endLongitude '-20.4383'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.9083'^^xsd:double;
  dwc:endLatitude '52.8617'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127773'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771103_1_OST_010551'^^xsd:string;
  dwc:scientificName 'Conchoecia hyalophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-20.385'^^xsd:double;
  dwc:startLongitude '-20.3317'^^xsd:double;
  dwc:endLongitude '-20.4383'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.9083'^^xsd:double;
  dwc:endLatitude '52.8617'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127770'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1314235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771103_1_OST_010553'^^xsd:string;
  dwc:scientificName 'Conchoecia lophura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-20.385'^^xsd:double;
  dwc:startLongitude '-20.3317'^^xsd:double;
  dwc:endLongitude '-20.4383'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.9083'^^xsd:double;
  dwc:endLatitude '52.8617'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127771'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1314233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771103_1_OST_010650'^^xsd:string;
  dwc:scientificName 'Conchoecia rhynchena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-20.385'^^xsd:double;
  dwc:startLongitude '-20.3317'^^xsd:double;
  dwc:endLongitude '-20.4383'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.9083'^^xsd:double;
  dwc:endLatitude '52.8617'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '183089'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.085 -13.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.085 -13.0775)"^^geo:wktLiteral ;
  geo-pos:lat "44.085"^^xsd:decimal ;
  geo-pos:long "-13.0775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850709_8_CAL_121001'^^xsd:string;
  dwc:scientificName 'Nectadamas diomedeae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.0775'^^xsd:double;
  dwc:startLongitude '-13.0283'^^xsd:double;
  dwc:endLongitude '-13.1267'^^xsd:double;
  dwc:latitude '44.085'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.0683'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135461'^^xsd:integer;
  dwc:observationDate '1974-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.085 -13.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.085 -13.0775)"^^geo:wktLiteral ;
  geo-pos:lat "44.085"^^xsd:decimal ;
  geo-pos:long "-13.0775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850709_8_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.0775'^^xsd:double;
  dwc:startLongitude '-13.0283'^^xsd:double;
  dwc:endLongitude '-13.1267'^^xsd:double;
  dwc:latitude '44.085'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.0683'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1974-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.085 -13.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.085 -13.0775)"^^geo:wktLiteral ;
  geo-pos:lat "44.085"^^xsd:decimal ;
  geo-pos:long "-13.0775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850709_8_CAL_121005'^^xsd:string;
  dwc:scientificName 'Nectadamas richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.0775'^^xsd:double;
  dwc:startLongitude '-13.0283'^^xsd:double;
  dwc:endLongitude '-13.1267'^^xsd:double;
  dwc:latitude '44.085'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.0683'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135462'^^xsd:integer;
  dwc:observationDate '1974-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-20.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  geo-pos:lat "59.83"^^xsd:decimal ;
  geo-pos:long "-20.02585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770991_8_CAL_143021'^^xsd:string;
  dwc:scientificName 'Lensia hostile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-20.02585'^^xsd:double;
  dwc:startLongitude '-19.91'^^xsd:double;
  dwc:endLongitude '-20.1417'^^xsd:double;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.84'^^xsd:double;
  dwc:endLatitude '59.82'^^xsd:double;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '135432'^^xsd:integer;
  dwc:observationDate '1971-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '135432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-20.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  geo-pos:lat "59.83"^^xsd:decimal ;
  geo-pos:long "-20.02585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770991_8_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-20.02585'^^xsd:double;
  dwc:startLongitude '-19.91'^^xsd:double;
  dwc:endLongitude '-20.1417'^^xsd:double;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.84'^^xsd:double;
  dwc:endLatitude '59.82'^^xsd:double;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1971-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-20.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  geo-pos:lat "59.83"^^xsd:decimal ;
  geo-pos:long "-20.02585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770991_8_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-20.02585'^^xsd:double;
  dwc:startLongitude '-19.91'^^xsd:double;
  dwc:endLongitude '-20.1417'^^xsd:double;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.84'^^xsd:double;
  dwc:endLatitude '59.82'^^xsd:double;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1971-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  geo-pos:lat "60.05835"^^xsd:decimal ;
  geo-pos:long "-20.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770963_8_FIS_786000'^^xsd:string;
  dwc:scientificName 'Searsiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.0025'^^xsd:double;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20.005'^^xsd:double;
  dwc:latitude '60.05835'^^xsd:double;
  dwc:startLatitude '60.01'^^xsd:double;
  dwc:endLatitude '60.1067'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '154160'^^xsd:integer;
  dwc:observationDate '1971-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  geo-pos:lat "60.05835"^^xsd:decimal ;
  geo-pos:long "-20.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770963_8_MYS_000000'^^xsd:string;
  dwc:scientificName 'Unidentified mysid'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.0025'^^xsd:double;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20.005'^^xsd:double;
  dwc:latitude '60.05835'^^xsd:double;
  dwc:startLatitude '60.01'^^xsd:double;
  dwc:endLatitude '60.1067'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:observationDate '1971-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  geo-pos:lat "60.05835"^^xsd:decimal ;
  geo-pos:long "-20.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770963_8_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.0025'^^xsd:double;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20.005'^^xsd:double;
  dwc:latitude '60.05835'^^xsd:double;
  dwc:startLatitude '60.01'^^xsd:double;
  dwc:endLatitude '60.1067'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1971-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  geo-pos:lat "60.01665"^^xsd:decimal ;
  geo-pos:long "-19.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_1_OST_010653'^^xsd:string;
  dwc:scientificName 'Conchoecia borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '146852'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  geo-pos:lat "60.01665"^^xsd:decimal ;
  geo-pos:long "-19.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_1_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  geo-pos:lat "60.01665"^^xsd:decimal ;
  geo-pos:long "-19.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_1_OST_010816'^^xsd:string;
  dwc:scientificName 'Conchoecia arcuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.97 -39.08585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.97"^^xsd:decimal ;
  dwc:decimalLongitude "-39.08585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.97 -39.08585)"^^geo:wktLiteral ;
  geo-pos:lat "31.97"^^xsd:decimal ;
  geo-pos:long "-39.08585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827100_8_PHY_051001'^^xsd:string;
  dwc:scientificName 'Physophora hydrostatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-39.08585'^^xsd:double;
  dwc:startLongitude '-39.04'^^xsd:double;
  dwc:endLongitude '-39.1317'^^xsd:double;
  dwc:latitude '31.97'^^xsd:double;
  dwc:startLatitude '31.9667'^^xsd:double;
  dwc:endLatitude '31.9733'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135504'^^xsd:integer;
  dwc:observationDate '1973-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '135504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9017 -43.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9017"^^xsd:decimal ;
  dwc:decimalLongitude "-43.6033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9017 -43.6033)"^^geo:wktLiteral ;
  geo-pos:lat "31.9017"^^xsd:decimal ;
  geo-pos:long "-43.6033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827200_1_COP_200001'^^xsd:string;
  dwc:scientificName 'Oncaea venusta v. typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-43.6033'^^xsd:double;
  dwc:startLongitude '-43.6233'^^xsd:double;
  dwc:endLongitude '-43.5833'^^xsd:double;
  dwc:latitude '31.9017'^^xsd:double;
  dwc:startLatitude '31.9617'^^xsd:double;
  dwc:endLatitude '31.8417'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '363803'^^xsd:integer;
  dwc:observationDate '1973-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '363803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9017 -43.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9017"^^xsd:decimal ;
  dwc:decimalLongitude "-43.6033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9017 -43.6033)"^^geo:wktLiteral ;
  geo-pos:lat "31.9017"^^xsd:decimal ;
  geo-pos:long "-43.6033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827200_1_COP_200003'^^xsd:string;
  dwc:scientificName 'Oncaea mediterranea var. medium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-43.6033'^^xsd:double;
  dwc:startLongitude '-43.6233'^^xsd:double;
  dwc:endLongitude '-43.5833'^^xsd:double;
  dwc:latitude '31.9017'^^xsd:double;
  dwc:startLatitude '31.9617'^^xsd:double;
  dwc:endLatitude '31.8417'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '128939'^^xsd:integer;
  dwc:observationDate '1973-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '128939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  geo-pos:lat "60.195"^^xsd:decimal ;
  geo-pos:long "-19.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_DEC_036013'^^xsd:string;
  dwc:scientificName 'Sergestes arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '107125'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '515738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  geo-pos:lat "60.195"^^xsd:decimal ;
  geo-pos:long "-19.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_EUP_001010'^^xsd:string;
  dwc:scientificName 'Thysanopoda acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '110712'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '110712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  geo-pos:lat "60.195"^^xsd:decimal ;
  geo-pos:long "-19.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_EUP_002001'^^xsd:string;
  dwc:scientificName 'Meganyctiphanes norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '110690'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '110690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16415 -19.9283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.16415"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16415 -19.9283)"^^geo:wktLiteral ;
  geo-pos:lat "60.16415"^^xsd:decimal ;
  geo-pos:long "-19.9283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770927_8_MYS_007001'^^xsd:string;
  dwc:scientificName 'Meterythrops picta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.9283'^^xsd:double;
  dwc:startLongitude '-19.9983'^^xsd:double;
  dwc:endLongitude '-19.8583'^^xsd:double;
  dwc:latitude '60.16415'^^xsd:double;
  dwc:startLatitude '60.145'^^xsd:double;
  dwc:endLatitude '60.1833'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '120075'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '446461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16415 -19.9283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.16415"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16415 -19.9283)"^^geo:wktLiteral ;
  geo-pos:lat "60.16415"^^xsd:decimal ;
  geo-pos:long "-19.9283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770927_8_PHY_026002'^^xsd:string;
  dwc:scientificName 'Namonia cara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.9283'^^xsd:double;
  dwc:startLongitude '-19.9983'^^xsd:double;
  dwc:endLongitude '-19.8583'^^xsd:double;
  dwc:latitude '60.16415'^^xsd:double;
  dwc:startLatitude '60.145'^^xsd:double;
  dwc:endLatitude '60.1833'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16415 -19.9283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.16415"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16415 -19.9283)"^^geo:wktLiteral ;
  geo-pos:lat "60.16415"^^xsd:decimal ;
  geo-pos:long "-19.9283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770927_8_PHY_042001'^^xsd:string;
  dwc:scientificName 'Bargmannia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.9283'^^xsd:double;
  dwc:startLongitude '-19.9983'^^xsd:double;
  dwc:endLongitude '-19.8583'^^xsd:double;
  dwc:latitude '60.16415'^^xsd:double;
  dwc:startLatitude '60.145'^^xsd:double;
  dwc:endLatitude '60.1833'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135506'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '135506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  geo-pos:lat "60.065"^^xsd:decimal ;
  geo-pos:long "-20.04915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_066001'^^xsd:string;
  dwc:scientificName 'Barbantus curvifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '126738'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '126738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  geo-pos:lat "60.065"^^xsd:decimal ;
  geo-pos:long "-20.04915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_070004'^^xsd:string;
  dwc:scientificName 'Bathylagus euryops(a)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '126719'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '126719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  geo-pos:lat "60.065"^^xsd:decimal ;
  geo-pos:long "-20.04915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_072002'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.7908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.7908)"^^geo:wktLiteral ;
  geo-pos:lat "44.05915"^^xsd:decimal ;
  geo-pos:long "-12.7908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850847_8_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7908'^^xsd:double;
  dwc:startLongitude '-12.8033'^^xsd:double;
  dwc:endLongitude '-12.7783'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.075'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '465'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.7908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.7908)"^^geo:wktLiteral ;
  geo-pos:lat "44.05915"^^xsd:decimal ;
  geo-pos:long "-12.7908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850847_8_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7908'^^xsd:double;
  dwc:startLongitude '-12.8033'^^xsd:double;
  dwc:endLongitude '-12.7783'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.075'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '465'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.7908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.7908)"^^geo:wktLiteral ;
  geo-pos:lat "44.05915"^^xsd:decimal ;
  geo-pos:long "-12.7908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850847_8_FIS_581001'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7908'^^xsd:double;
  dwc:startLongitude '-12.8033'^^xsd:double;
  dwc:endLongitude '-12.7783'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.075'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '465'^^xsd:integer;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  geo-pos:lat "60.20085"^^xsd:decimal ;
  geo-pos:long "-19.9267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770921_8_FIS_368001'^^xsd:string;
  dwc:scientificName 'Heirops arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-19.9267'^^xsd:double;
  dwc:startLongitude '-19.8917'^^xsd:double;
  dwc:endLongitude '-19.9617'^^xsd:double;
  dwc:latitude '60.20085'^^xsd:double;
  dwc:startLatitude '60.1667'^^xsd:double;
  dwc:endLatitude '60.235'^^xsd:double;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1971-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  geo-pos:lat "60.20085"^^xsd:decimal ;
  geo-pos:long "-19.9267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770921_8_FIS_372002'^^xsd:string;
  dwc:scientificName 'Holtbyrnia problematica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-19.9267'^^xsd:double;
  dwc:startLongitude '-19.8917'^^xsd:double;
  dwc:endLongitude '-19.9617'^^xsd:double;
  dwc:latitude '60.20085'^^xsd:double;
  dwc:startLatitude '60.1667'^^xsd:double;
  dwc:endLatitude '60.235'^^xsd:double;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1971-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  geo-pos:lat "60.20085"^^xsd:decimal ;
  geo-pos:long "-19.9267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770921_8_FIS_461011'^^xsd:string;
  dwc:scientificName 'Lampanyctus macdonaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-19.9267'^^xsd:double;
  dwc:startLongitude '-19.8917'^^xsd:double;
  dwc:endLongitude '-19.9617'^^xsd:double;
  dwc:latitude '60.20085'^^xsd:double;
  dwc:startLatitude '60.1667'^^xsd:double;
  dwc:endLatitude '60.235'^^xsd:double;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '126617'^^xsd:integer;
  dwc:observationDate '1971-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '126617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  geo-pos:lat "60.08165"^^xsd:decimal ;
  geo-pos:long "-19.9525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010052'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans s.s'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  geo-pos:lat "60.08165"^^xsd:decimal ;
  geo-pos:long "-19.9525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010053'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  geo-pos:lat "60.08165"^^xsd:decimal ;
  geo-pos:long "-19.9525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010350'^^xsd:string;
  dwc:scientificName 'Conchoecia obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '183086'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '127828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.89165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  geo-pos:lat "39.89165"^^xsd:decimal ;
  geo-pos:long "-20.0258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '748001_8_MYS_000000'^^xsd:string;
  dwc:scientificName 'Unidentified mysid'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0258'^^xsd:double;
  dwc:startLongitude '-20.1233'^^xsd:double;
  dwc:endLongitude '-19.9283'^^xsd:double;
  dwc:latitude '39.89165'^^xsd:double;
  dwc:startLatitude '39.92'^^xsd:double;
  dwc:endLatitude '39.8633'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:observationDate '1970-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.89165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  geo-pos:lat "39.89165"^^xsd:decimal ;
  geo-pos:long "-20.0258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '748001_8_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0258'^^xsd:double;
  dwc:startLongitude '-20.1233'^^xsd:double;
  dwc:endLongitude '-19.9283'^^xsd:double;
  dwc:latitude '39.89165'^^xsd:double;
  dwc:startLatitude '39.92'^^xsd:double;
  dwc:endLatitude '39.8633'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1970-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.89165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  geo-pos:lat "39.89165"^^xsd:decimal ;
  geo-pos:long "-20.0258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '748001_8_MYS_001002'^^xsd:string;
  dwc:scientificName 'Eucopia grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0258'^^xsd:double;
  dwc:startLongitude '-20.1233'^^xsd:double;
  dwc:endLongitude '-19.9283'^^xsd:double;
  dwc:latitude '39.89165'^^xsd:double;
  dwc:startLatitude '39.92'^^xsd:double;
  dwc:endLatitude '39.8633'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:aphiaid '119917'^^xsd:integer;
  dwc:observationDate '1970-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '119917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0575 -34.37165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0575"^^xsd:decimal ;
  dwc:decimalLongitude "-34.37165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0575 -34.37165)"^^geo:wktLiteral ;
  geo-pos:lat "32.0575"^^xsd:decimal ;
  geo-pos:long "-34.37165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827000_8_FIS_261016'^^xsd:string;
  dwc:scientificName 'Eustomias radiciphilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-34.37165'^^xsd:double;
  dwc:startLongitude '-34.3783'^^xsd:double;
  dwc:endLongitude '-34.365'^^xsd:double;
  dwc:latitude '32.0575'^^xsd:double;
  dwc:startLatitude '32.0083'^^xsd:double;
  dwc:endLatitude '32.1067'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '275135'^^xsd:integer;
  dwc:observationDate '1973-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '275135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0575 -34.37165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0575"^^xsd:decimal ;
  dwc:decimalLongitude "-34.37165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0575 -34.37165)"^^geo:wktLiteral ;
  geo-pos:lat "32.0575"^^xsd:decimal ;
  geo-pos:long "-34.37165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827000_8_FIS_328003'^^xsd:string;
  dwc:scientificName 'Gonostoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-34.37165'^^xsd:double;
  dwc:startLongitude '-34.3783'^^xsd:double;
  dwc:endLongitude '-34.365'^^xsd:double;
  dwc:latitude '32.0575'^^xsd:double;
  dwc:startLatitude '32.0083'^^xsd:double;
  dwc:endLatitude '32.1067'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127296'^^xsd:integer;
  dwc:observationDate '1973-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '221512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0575 -34.37165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0575"^^xsd:decimal ;
  dwc:decimalLongitude "-34.37165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0575 -34.37165)"^^geo:wktLiteral ;
  geo-pos:lat "32.0575"^^xsd:decimal ;
  geo-pos:long "-34.37165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '827000_8_FIS_372001'^^xsd:string;
  dwc:scientificName 'Holtbyrnia schakenbecki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-34.37165'^^xsd:double;
  dwc:startLongitude '-34.3783'^^xsd:double;
  dwc:endLongitude '-34.365'^^xsd:double;
  dwc:latitude '32.0575'^^xsd:double;
  dwc:startLatitude '32.0083'^^xsd:double;
  dwc:endLatitude '32.1067'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '301855'^^xsd:integer;
  dwc:observationDate '1973-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '126748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  geo-pos:lat "40.0242"^^xsd:decimal ;
  geo-pos:long "-19.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010053'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  geo-pos:lat "40.0242"^^xsd:decimal ;
  geo-pos:long "-19.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010054'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  geo-pos:lat "40.0242"^^xsd:decimal ;
  geo-pos:long "-19.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010102'^^xsd:string;
  dwc:scientificName 'Conchoecia macroprocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.235"^^xsd:decimal ;
  dwc:decimalLongitude "-23.82415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  geo-pos:lat "32.235"^^xsd:decimal ;
  geo-pos:long "-23.82415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826400_8_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-23.82415'^^xsd:double;
  dwc:startLongitude '-23.82'^^xsd:double;
  dwc:endLongitude '-23.8283'^^xsd:double;
  dwc:latitude '32.235'^^xsd:double;
  dwc:startLatitude '32.1867'^^xsd:double;
  dwc:endLatitude '32.2833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1973-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.235"^^xsd:decimal ;
  dwc:decimalLongitude "-23.82415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  geo-pos:lat "32.235"^^xsd:decimal ;
  geo-pos:long "-23.82415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826400_8_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-23.82415'^^xsd:double;
  dwc:startLongitude '-23.82'^^xsd:double;
  dwc:endLongitude '-23.8283'^^xsd:double;
  dwc:latitude '32.235'^^xsd:double;
  dwc:startLatitude '32.1867'^^xsd:double;
  dwc:endLatitude '32.2833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1973-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.235"^^xsd:decimal ;
  dwc:decimalLongitude "-23.82415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  geo-pos:lat "32.235"^^xsd:decimal ;
  geo-pos:long "-23.82415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826400_8_CAL_143008'^^xsd:string;
  dwc:scientificName 'Lensia cossack'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-23.82415'^^xsd:double;
  dwc:startLongitude '-23.82'^^xsd:double;
  dwc:endLongitude '-23.8283'^^xsd:double;
  dwc:latitude '32.235'^^xsd:double;
  dwc:startLatitude '32.1867'^^xsd:double;
  dwc:endLatitude '32.2833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135427'^^xsd:integer;
  dwc:observationDate '1973-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '135427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.235"^^xsd:decimal ;
  dwc:decimalLongitude "-23.82415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  geo-pos:lat "32.235"^^xsd:decimal ;
  geo-pos:long "-23.82415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826400_8_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-23.82415'^^xsd:double;
  dwc:startLongitude '-23.82'^^xsd:double;
  dwc:endLongitude '-23.8283'^^xsd:double;
  dwc:latitude '32.235'^^xsd:double;
  dwc:startLatitude '32.1867'^^xsd:double;
  dwc:endLatitude '32.2833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1973-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.20585 -23.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.20585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.20585 -23.2917)"^^geo:wktLiteral ;
  geo-pos:lat "30.20585"^^xsd:decimal ;
  geo-pos:long "-23.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785675_1_COP_070021'^^xsd:string;
  dwc:scientificName 'Scaphocalanus subcurtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2917'^^xsd:double;
  dwc:startLongitude '-23.2767'^^xsd:double;
  dwc:endLongitude '-23.3067'^^xsd:double;
  dwc:latitude '30.20585'^^xsd:double;
  dwc:startLatitude '30.1917'^^xsd:double;
  dwc:endLatitude '30.22'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104803'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.20585 -23.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.20585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.20585 -23.2917)"^^geo:wktLiteral ;
  geo-pos:lat "30.20585"^^xsd:decimal ;
  geo-pos:long "-23.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785675_1_COP_072005'^^xsd:string;
  dwc:scientificName 'Scolecithricella vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2917'^^xsd:double;
  dwc:startLongitude '-23.2767'^^xsd:double;
  dwc:endLongitude '-23.3067'^^xsd:double;
  dwc:latitude '30.20585'^^xsd:double;
  dwc:startLatitude '30.1917'^^xsd:double;
  dwc:endLatitude '30.22'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104819'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.035 -12.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.035"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.035 -12.7083)"^^geo:wktLiteral ;
  geo-pos:lat "44.035"^^xsd:decimal ;
  geo-pos:long "-12.7083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850845_8_AMP_070005'^^xsd:string;
  dwc:scientificName 'Lanceola sayana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7083'^^xsd:double;
  dwc:startLongitude '-12.6833'^^xsd:double;
  dwc:endLongitude '-12.7333'^^xsd:double;
  dwc:latitude '44.035'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '103265'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '103265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.035 -12.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.035"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.035 -12.7083)"^^geo:wktLiteral ;
  geo-pos:lat "44.035"^^xsd:decimal ;
  geo-pos:long "-12.7083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850845_8_AMP_072001'^^xsd:string;
  dwc:scientificName 'Metalanceola chevreuxi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7083'^^xsd:double;
  dwc:startLongitude '-12.6833'^^xsd:double;
  dwc:endLongitude '-12.7333'^^xsd:double;
  dwc:latitude '44.035'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '510159'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '510159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.035 -12.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.035"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.035 -12.7083)"^^geo:wktLiteral ;
  geo-pos:lat "44.035"^^xsd:decimal ;
  geo-pos:long "-12.7083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850845_8_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.7083'^^xsd:double;
  dwc:startLongitude '-12.6833'^^xsd:double;
  dwc:endLongitude '-12.7333'^^xsd:double;
  dwc:latitude '44.035'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1341"^^xsd:integer ;
  dwc:maximumDepthInMeters "1356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.7825"^^xsd:decimal ;
  geo-pos:long "-14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785705_210_FIS_001002'^^xsd:string;
  dwc:scientificName 'Aldrovandia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.52'^^xsd:double;
  dwc:startLongitude '-14.5233'^^xsd:double;
  dwc:endLongitude '-14.5167'^^xsd:double;
  dwc:latitude '36.7825'^^xsd:double;
  dwc:startLatitude '36.7767'^^xsd:double;
  dwc:endLatitude '36.7883'^^xsd:double;
  dwc:minimumDepth '1341'^^xsd:integer;
  dwc:maximumDepth '1356'^^xsd:integer;
  dwc:aphiaid '157880'^^xsd:integer;
  dwc:observationDate '1972-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '157880'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1341"^^xsd:integer ;
  dwc:maximumDepthInMeters "1356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.7825"^^xsd:decimal ;
  geo-pos:long "-14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785705_210_FIS_056001'^^xsd:string;
  dwc:scientificName 'Bathygadus favosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.52'^^xsd:double;
  dwc:startLongitude '-14.5233'^^xsd:double;
  dwc:endLongitude '-14.5167'^^xsd:double;
  dwc:latitude '36.7825'^^xsd:double;
  dwc:startLatitude '36.7767'^^xsd:double;
  dwc:endLatitude '36.7883'^^xsd:double;
  dwc:minimumDepth '1341'^^xsd:integer;
  dwc:maximumDepth '1356'^^xsd:integer;
  dwc:aphiaid '126462'^^xsd:integer;
  dwc:observationDate '1972-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1341"^^xsd:integer ;
  dwc:maximumDepthInMeters "1356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.7825"^^xsd:decimal ;
  geo-pos:long "-14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785705_210_FIS_119003'^^xsd:string;
  dwc:scientificName 'Coryphaenoides (coryphaenoides) rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.52'^^xsd:double;
  dwc:startLongitude '-14.5233'^^xsd:double;
  dwc:endLongitude '-14.5167'^^xsd:double;
  dwc:latitude '36.7825'^^xsd:double;
  dwc:startLatitude '36.7767'^^xsd:double;
  dwc:endLatitude '36.7883'^^xsd:double;
  dwc:minimumDepth '1341'^^xsd:integer;
  dwc:maximumDepth '1356'^^xsd:integer;
  dwc:aphiaid '127437'^^xsd:integer;
  dwc:observationDate '1972-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9708 -16.9975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9708"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9708 -16.9975)"^^geo:wktLiteral ;
  geo-pos:lat "45.9708"^^xsd:decimal ;
  geo-pos:long "-16.9975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979602_8_FIS_788000'^^xsd:string;
  dwc:scientificName 'Stomiatidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-16.9975'^^xsd:double;
  dwc:startLongitude '-16.9967'^^xsd:double;
  dwc:endLongitude '-16.9983'^^xsd:double;
  dwc:latitude '45.9708'^^xsd:double;
  dwc:startLatitude '46.0083'^^xsd:double;
  dwc:endLatitude '45.9333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '512301'^^xsd:integer;
  dwc:observationDate '1978-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '382176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9708 -16.9975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9708"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9708 -16.9975)"^^geo:wktLiteral ;
  geo-pos:lat "45.9708"^^xsd:decimal ;
  geo-pos:long "-16.9975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979602_8_FIS_940001'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-16.9975'^^xsd:double;
  dwc:startLongitude '-16.9967'^^xsd:double;
  dwc:endLongitude '-16.9983'^^xsd:double;
  dwc:latitude '45.9708'^^xsd:double;
  dwc:startLatitude '46.0083'^^xsd:double;
  dwc:endLatitude '45.9333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:observationDate '1978-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9708 -16.9975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9708"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9708 -16.9975)"^^geo:wktLiteral ;
  geo-pos:lat "45.9708"^^xsd:decimal ;
  geo-pos:long "-16.9975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979602_8_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-16.9975'^^xsd:double;
  dwc:startLongitude '-16.9967'^^xsd:double;
  dwc:endLongitude '-16.9983'^^xsd:double;
  dwc:latitude '45.9708'^^xsd:double;
  dwc:startLatitude '46.0083'^^xsd:double;
  dwc:endLatitude '45.9333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1978-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14665"^^xsd:decimal ;
  dwc:decimalLongitude "-20.4525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  geo-pos:lat "32.14665"^^xsd:decimal ;
  geo-pos:long "-20.4525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826300_1_COP_200010'^^xsd:string;
  dwc:scientificName 'Oncaea conifera var. a'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-20.4525'^^xsd:double;
  dwc:startLongitude '-20.435'^^xsd:double;
  dwc:endLongitude '-20.47'^^xsd:double;
  dwc:latitude '32.14665'^^xsd:double;
  dwc:startLatitude '32.0983'^^xsd:double;
  dwc:endLatitude '32.195'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:observationDate '1973-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14665"^^xsd:decimal ;
  dwc:decimalLongitude "-20.4525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  geo-pos:lat "32.14665"^^xsd:decimal ;
  geo-pos:long "-20.4525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826300_1_COP_200017'^^xsd:string;
  dwc:scientificName 'Oncaea mediterranea var. small'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-20.4525'^^xsd:double;
  dwc:startLongitude '-20.435'^^xsd:double;
  dwc:endLongitude '-20.47'^^xsd:double;
  dwc:latitude '32.14665'^^xsd:double;
  dwc:startLatitude '32.0983'^^xsd:double;
  dwc:endLatitude '32.195'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '128939'^^xsd:integer;
  dwc:observationDate '1973-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '128939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14665"^^xsd:decimal ;
  dwc:decimalLongitude "-20.4525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  geo-pos:lat "32.14665"^^xsd:decimal ;
  geo-pos:long "-20.4525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826300_1_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-20.4525'^^xsd:double;
  dwc:startLongitude '-20.435'^^xsd:double;
  dwc:endLongitude '-20.47'^^xsd:double;
  dwc:latitude '32.14665'^^xsd:double;
  dwc:startLatitude '32.0983'^^xsd:double;
  dwc:endLatitude '32.195'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1973-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0042 -23.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0042"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "245"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0042 -23.1975)"^^geo:wktLiteral ;
  geo-pos:lat "30.0042"^^xsd:decimal ;
  geo-pos:long "-23.1975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785678_1_CHA_001031'^^xsd:string;
  dwc:scientificName 'Sagitta decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-23.1975'^^xsd:double;
  dwc:startLongitude '-23.175'^^xsd:double;
  dwc:endLongitude '-23.22'^^xsd:double;
  dwc:latitude '30.0042'^^xsd:double;
  dwc:startLatitude '29.9967'^^xsd:double;
  dwc:endLatitude '30.0117'^^xsd:double;
  dwc:minimumDepth '245'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '105449'^^xsd:integer;
  dwc:observationDate '1972-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '370469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0042 -23.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0042"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "245"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0042 -23.1975)"^^geo:wktLiteral ;
  geo-pos:lat "30.0042"^^xsd:decimal ;
  geo-pos:long "-23.1975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785678_1_CHA_001033'^^xsd:string;
  dwc:scientificName 'Sagitta planctonis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-23.1975'^^xsd:double;
  dwc:startLongitude '-23.175'^^xsd:double;
  dwc:endLongitude '-23.22'^^xsd:double;
  dwc:latitude '30.0042'^^xsd:double;
  dwc:startLatitude '29.9967'^^xsd:double;
  dwc:endLatitude '30.0117'^^xsd:double;
  dwc:minimumDepth '245'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '105459'^^xsd:integer;
  dwc:observationDate '1972-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '105466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0042 -23.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0042"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "245"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0042 -23.1975)"^^geo:wktLiteral ;
  geo-pos:lat "30.0042"^^xsd:decimal ;
  geo-pos:long "-23.1975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785678_1_CHA_001038'^^xsd:string;
  dwc:scientificName 'Sagitta hexaptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-23.1975'^^xsd:double;
  dwc:startLongitude '-23.175'^^xsd:double;
  dwc:endLongitude '-23.22'^^xsd:double;
  dwc:latitude '30.0042'^^xsd:double;
  dwc:startLatitude '29.9967'^^xsd:double;
  dwc:endLatitude '30.0117'^^xsd:double;
  dwc:minimumDepth '245'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '105453'^^xsd:integer;
  dwc:observationDate '1972-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '105435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09335"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  geo-pos:lat "30.09335"^^xsd:decimal ;
  geo-pos:long "-23.2692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785672_1_COP_073002'^^xsd:string;
  dwc:scientificName 'Scolecithrix bradyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2692'^^xsd:double;
  dwc:startLongitude '-23.2517'^^xsd:double;
  dwc:endLongitude '-23.2867'^^xsd:double;
  dwc:latitude '30.09335'^^xsd:double;
  dwc:startLatitude '30.08'^^xsd:double;
  dwc:endLatitude '30.1067'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104820'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09335"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  geo-pos:lat "30.09335"^^xsd:decimal ;
  geo-pos:long "-23.2692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785672_1_COP_080001'^^xsd:string;
  dwc:scientificName 'Temoropia mayumbaensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2692'^^xsd:double;
  dwc:startLongitude '-23.2517'^^xsd:double;
  dwc:endLongitude '-23.2867'^^xsd:double;
  dwc:latitude '30.09335'^^xsd:double;
  dwc:startLatitude '30.08'^^xsd:double;
  dwc:endLatitude '30.1067'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104881'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104881'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09335"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  geo-pos:lat "30.09335"^^xsd:decimal ;
  geo-pos:long "-23.2692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785672_1_COP_082002'^^xsd:string;
  dwc:scientificName 'Pleuromamma gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2692'^^xsd:double;
  dwc:startLongitude '-23.2517'^^xsd:double;
  dwc:endLongitude '-23.2867'^^xsd:double;
  dwc:latitude '30.09335'^^xsd:double;
  dwc:startLatitude '30.08'^^xsd:double;
  dwc:endLatitude '30.1067'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104639'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '1436445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0625 -16.73915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0625"^^xsd:decimal ;
  dwc:decimalLongitude "-16.73915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0625 -16.73915)"^^geo:wktLiteral ;
  geo-pos:lat "50.0625"^^xsd:decimal ;
  geo-pos:long "-16.73915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979203_8_FIS_368001'^^xsd:string;
  dwc:scientificName 'Heirops arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-16.73915'^^xsd:double;
  dwc:startLongitude '-16.7'^^xsd:double;
  dwc:endLongitude '-16.7783'^^xsd:double;
  dwc:latitude '50.0625'^^xsd:double;
  dwc:startLatitude '50.06'^^xsd:double;
  dwc:endLatitude '50.065'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:observationDate '1978-05-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0625 -16.73915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0625"^^xsd:decimal ;
  dwc:decimalLongitude "-16.73915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0625 -16.73915)"^^geo:wktLiteral ;
  geo-pos:lat "50.0625"^^xsd:decimal ;
  geo-pos:long "-16.73915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979203_8_FIS_372001'^^xsd:string;
  dwc:scientificName 'Holtbyrnia schakenbecki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-16.73915'^^xsd:double;
  dwc:startLongitude '-16.7'^^xsd:double;
  dwc:endLongitude '-16.7783'^^xsd:double;
  dwc:latitude '50.0625'^^xsd:double;
  dwc:startLatitude '50.06'^^xsd:double;
  dwc:endLatitude '50.065'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '301855'^^xsd:integer;
  dwc:observationDate '1978-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0625 -16.73915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0625"^^xsd:decimal ;
  dwc:decimalLongitude "-16.73915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0625 -16.73915)"^^geo:wktLiteral ;
  geo-pos:lat "50.0625"^^xsd:decimal ;
  geo-pos:long "-16.73915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979203_8_FIS_461011'^^xsd:string;
  dwc:scientificName 'Lampanyctus macdonaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-16.73915'^^xsd:double;
  dwc:startLongitude '-16.7'^^xsd:double;
  dwc:endLongitude '-16.7783'^^xsd:double;
  dwc:latitude '50.0625'^^xsd:double;
  dwc:startLatitude '50.06'^^xsd:double;
  dwc:endLatitude '50.065'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126617'^^xsd:integer;
  dwc:observationDate '1978-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94665"^^xsd:decimal ;
  dwc:decimalLongitude "-22.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  geo-pos:lat "29.94665"^^xsd:decimal ;
  geo-pos:long "-22.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785624_8_FIS_582001'^^xsd:string;
  dwc:scientificName 'Notoscopelus resplendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.995'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.995'^^xsd:double;
  dwc:latitude '29.94665'^^xsd:double;
  dwc:startLatitude '29.985'^^xsd:double;
  dwc:endLatitude '29.9083'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '158916'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '158916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94665"^^xsd:decimal ;
  dwc:decimalLongitude "-22.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  geo-pos:lat "29.94665"^^xsd:decimal ;
  geo-pos:long "-22.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785624_8_FIS_774000'^^xsd:string;
  dwc:scientificName 'Saccopharynx sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.995'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.995'^^xsd:double;
  dwc:latitude '29.94665'^^xsd:double;
  dwc:startLatitude '29.985'^^xsd:double;
  dwc:endLatitude '29.9083'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '126138'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '126138'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94665"^^xsd:decimal ;
  dwc:decimalLongitude "-22.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  geo-pos:lat "29.94665"^^xsd:decimal ;
  geo-pos:long "-22.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785624_8_FIS_792000'^^xsd:string;
  dwc:scientificName 'Stromateidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.995'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.995'^^xsd:double;
  dwc:latitude '29.94665'^^xsd:double;
  dwc:startLatitude '29.985'^^xsd:double;
  dwc:endLatitude '29.9083'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '125567'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '125567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  geo-pos:lat "29.85915"^^xsd:decimal ;
  geo-pos:long "-23.10665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785652_8_FIS_011006'^^xsd:string;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-23.10665'^^xsd:double;
  dwc:startLongitude '-23.0883'^^xsd:double;
  dwc:endLongitude '-23.125'^^xsd:double;
  dwc:latitude '29.85915'^^xsd:double;
  dwc:startLatitude '29.9433'^^xsd:double;
  dwc:endLatitude '29.775'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  geo-pos:lat "29.85915"^^xsd:decimal ;
  geo-pos:long "-23.10665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785652_8_FIS_014001'^^xsd:string;
  dwc:scientificName 'Avocettina infans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-23.10665'^^xsd:double;
  dwc:startLongitude '-23.0883'^^xsd:double;
  dwc:endLongitude '-23.125'^^xsd:double;
  dwc:latitude '29.85915'^^xsd:double;
  dwc:startLatitude '29.9433'^^xsd:double;
  dwc:endLatitude '29.775'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '126304'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '126304'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  geo-pos:lat "29.85915"^^xsd:decimal ;
  geo-pos:long "-23.10665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785652_8_FIS_069001'^^xsd:string;
  dwc:scientificName 'Bathylaco nigricans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-23.10665'^^xsd:double;
  dwc:startLongitude '-23.0883'^^xsd:double;
  dwc:endLongitude '-23.125'^^xsd:double;
  dwc:latitude '29.85915'^^xsd:double;
  dwc:startLatitude '29.9433'^^xsd:double;
  dwc:endLatitude '29.775'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '126688'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '126688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  geo-pos:lat "30.0817"^^xsd:decimal ;
  geo-pos:long "-23.2225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785667_1_CHA_003001'^^xsd:string;
  dwc:scientificName 'Pterosagitta draco'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2225'^^xsd:double;
  dwc:startLongitude '-23.2'^^xsd:double;
  dwc:endLongitude '-23.245'^^xsd:double;
  dwc:latitude '30.0817'^^xsd:double;
  dwc:startLatitude '30.0767'^^xsd:double;
  dwc:endLatitude '30.0867'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '105430'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '105430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  geo-pos:lat "30.0817"^^xsd:decimal ;
  geo-pos:long "-23.2225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785667_1_CHA_004002'^^xsd:string;
  dwc:scientificName 'Krohnitta subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2225'^^xsd:double;
  dwc:startLongitude '-23.2'^^xsd:double;
  dwc:endLongitude '-23.245'^^xsd:double;
  dwc:latitude '30.0817'^^xsd:double;
  dwc:startLatitude '30.0767'^^xsd:double;
  dwc:endLatitude '30.0867'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '105429'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '105429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  geo-pos:lat "30.0817"^^xsd:decimal ;
  geo-pos:long "-23.2225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785667_1_COP_001005'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2225'^^xsd:double;
  dwc:startLongitude '-23.2'^^xsd:double;
  dwc:endLongitude '-23.245'^^xsd:double;
  dwc:latitude '30.0817'^^xsd:double;
  dwc:startLatitude '30.0767'^^xsd:double;
  dwc:endLatitude '30.0867'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.765)"^^geo:wktLiteral ;
  geo-pos:lat "44.05915"^^xsd:decimal ;
  geo-pos:long "-12.765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850843_1_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.765'^^xsd:double;
  dwc:startLongitude '-12.7883'^^xsd:double;
  dwc:endLongitude '-12.7417'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0583'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.765)"^^geo:wktLiteral ;
  geo-pos:lat "44.05915"^^xsd:decimal ;
  geo-pos:long "-12.765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850843_1_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.765'^^xsd:double;
  dwc:startLongitude '-12.7883'^^xsd:double;
  dwc:endLongitude '-12.7417'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0583'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05915 -12.765)"^^geo:wktLiteral ;
  geo-pos:lat "44.05915"^^xsd:decimal ;
  geo-pos:long "-12.765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850843_1_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-12.765'^^xsd:double;
  dwc:startLongitude '-12.7883'^^xsd:double;
  dwc:endLongitude '-12.7417'^^xsd:double;
  dwc:latitude '44.05915'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0583'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  geo-pos:lat "30.14585"^^xsd:decimal ;
  geo-pos:long "-23.015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785650_8_FIS_466000'^^xsd:string;
  dwc:scientificName 'Linophryne sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.015'^^xsd:double;
  dwc:startLongitude '-23.0033'^^xsd:double;
  dwc:endLongitude '-23.0267'^^xsd:double;
  dwc:latitude '30.14585'^^xsd:double;
  dwc:startLatitude '30.0617'^^xsd:double;
  dwc:endLatitude '30.23'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '125801'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '125801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  geo-pos:lat "30.14585"^^xsd:decimal ;
  geo-pos:long "-23.015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785650_8_FIS_466002'^^xsd:string;
  dwc:scientificName 'Linophryne sexfilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.015'^^xsd:double;
  dwc:startLongitude '-23.0033'^^xsd:double;
  dwc:endLongitude '-23.0267'^^xsd:double;
  dwc:latitude '30.14585'^^xsd:double;
  dwc:startLatitude '30.0617'^^xsd:double;
  dwc:endLatitude '30.23'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '126553'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '126553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  geo-pos:lat "30.14585"^^xsd:decimal ;
  geo-pos:long "-23.015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785650_8_FIS_582001'^^xsd:string;
  dwc:scientificName 'Notoscopelus resplendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.015'^^xsd:double;
  dwc:startLongitude '-23.0033'^^xsd:double;
  dwc:endLongitude '-23.0267'^^xsd:double;
  dwc:latitude '30.14585'^^xsd:double;
  dwc:startLatitude '30.0617'^^xsd:double;
  dwc:endLatitude '30.23'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '158916'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '158916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83335 -22.92915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83335"^^xsd:decimal ;
  dwc:decimalLongitude "-22.92915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83335 -22.92915)"^^geo:wktLiteral ;
  geo-pos:lat "29.83335"^^xsd:decimal ;
  geo-pos:long "-22.92915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785640_1_OST_010552'^^xsd:string;
  dwc:scientificName 'Conchoecia subarcuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-22.92915'^^xsd:double;
  dwc:startLongitude '-22.9233'^^xsd:double;
  dwc:endLongitude '-22.935'^^xsd:double;
  dwc:latitude '29.83335'^^xsd:double;
  dwc:startLatitude '29.8267'^^xsd:double;
  dwc:endLatitude '29.84'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '127775'^^xsd:integer;
  dwc:observationDate '1972-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '127775'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83335 -22.92915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83335"^^xsd:decimal ;
  dwc:decimalLongitude "-22.92915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83335 -22.92915)"^^geo:wktLiteral ;
  geo-pos:lat "29.83335"^^xsd:decimal ;
  geo-pos:long "-22.92915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785640_1_OST_010556'^^xsd:string;
  dwc:scientificName 'Conchoecia spinirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-22.92915'^^xsd:double;
  dwc:startLongitude '-22.9233'^^xsd:double;
  dwc:endLongitude '-22.935'^^xsd:double;
  dwc:latitude '29.83335'^^xsd:double;
  dwc:startLatitude '29.8267'^^xsd:double;
  dwc:endLatitude '29.84'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '183092'^^xsd:integer;
  dwc:observationDate '1972-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '127856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83335 -22.92915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83335"^^xsd:decimal ;
  dwc:decimalLongitude "-22.92915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83335 -22.92915)"^^geo:wktLiteral ;
  geo-pos:lat "29.83335"^^xsd:decimal ;
  geo-pos:long "-22.92915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785640_1_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-22.92915'^^xsd:double;
  dwc:startLongitude '-22.9233'^^xsd:double;
  dwc:endLongitude '-22.935'^^xsd:double;
  dwc:latitude '29.83335'^^xsd:double;
  dwc:startLatitude '29.8267'^^xsd:double;
  dwc:endLatitude '29.84'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1972-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0142 -12.71835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "585"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0142 -12.71835)"^^geo:wktLiteral ;
  geo-pos:lat "44.0142"^^xsd:decimal ;
  geo-pos:long "-12.71835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850826_8_MED_406001'^^xsd:string;
  dwc:scientificName 'Colobonema sericeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.71835'^^xsd:double;
  dwc:startLongitude '-12.7'^^xsd:double;
  dwc:endLongitude '-12.7367'^^xsd:double;
  dwc:latitude '44.0142'^^xsd:double;
  dwc:startLatitude '44.0017'^^xsd:double;
  dwc:endLatitude '44.0267'^^xsd:double;
  dwc:minimumDepth '585'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '117854'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '117854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0142 -12.71835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "585"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0142 -12.71835)"^^geo:wktLiteral ;
  geo-pos:lat "44.0142"^^xsd:decimal ;
  geo-pos:long "-12.71835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850826_8_MED_408001'^^xsd:string;
  dwc:scientificName 'Pantachogon haeckeli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.71835'^^xsd:double;
  dwc:startLongitude '-12.7'^^xsd:double;
  dwc:endLongitude '-12.7367'^^xsd:double;
  dwc:latitude '44.0142'^^xsd:double;
  dwc:startLatitude '44.0017'^^xsd:double;
  dwc:endLatitude '44.0267'^^xsd:double;
  dwc:minimumDepth '585'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '117860'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '117860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0142 -12.71835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "585"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0142 -12.71835)"^^geo:wktLiteral ;
  geo-pos:lat "44.0142"^^xsd:decimal ;
  geo-pos:long "-12.71835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850826_8_MED_500001'^^xsd:string;
  dwc:scientificName 'Aegina citrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.71835'^^xsd:double;
  dwc:startLongitude '-12.7'^^xsd:double;
  dwc:endLongitude '-12.7367'^^xsd:double;
  dwc:latitude '44.0142'^^xsd:double;
  dwc:startLatitude '44.0017'^^xsd:double;
  dwc:endLatitude '44.0267'^^xsd:double;
  dwc:minimumDepth '585'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '117263'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '117263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9825"^^xsd:decimal ;
  dwc:decimalLongitude "-22.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  geo-pos:lat "29.9825"^^xsd:decimal ;
  geo-pos:long "-22.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785637_8_FIS_467002'^^xsd:string;
  dwc:scientificName 'Lobianchia gemellari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.97'^^xsd:double;
  dwc:startLongitude '-22.98'^^xsd:double;
  dwc:endLongitude '-22.96'^^xsd:double;
  dwc:latitude '29.9825'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '29.9433'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '158901'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '158901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9825"^^xsd:decimal ;
  dwc:decimalLongitude "-22.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  geo-pos:lat "29.9825"^^xsd:decimal ;
  geo-pos:long "-22.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785637_8_FIS_500002'^^xsd:string;
  dwc:scientificName 'Macrorhamphosus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.97'^^xsd:double;
  dwc:startLongitude '-22.98'^^xsd:double;
  dwc:endLongitude '-22.96'^^xsd:double;
  dwc:latitude '29.9825'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '29.9433'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '217971'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '275181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9825"^^xsd:decimal ;
  dwc:decimalLongitude "-22.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  geo-pos:lat "29.9825"^^xsd:decimal ;
  geo-pos:long "-22.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785637_8_FIS_525000'^^xsd:string;
  dwc:scientificName 'Myctophidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.97'^^xsd:double;
  dwc:startLongitude '-22.98'^^xsd:double;
  dwc:endLongitude '-22.96'^^xsd:double;
  dwc:latitude '29.9825'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '29.9433'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '125498'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '125498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  geo-pos:lat "29.685"^^xsd:decimal ;
  geo-pos:long "-22.95585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_008006'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps 0/0'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110696'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1649790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  geo-pos:lat "29.685"^^xsd:decimal ;
  geo-pos:long "-22.95585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_008008'^^xsd:string;
  dwc:scientificName 'Nematoscelis atlantica 3/4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110694'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1649783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  geo-pos:lat "29.685"^^xsd:decimal ;
  geo-pos:long "-22.95585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_009000'^^xsd:string;
  dwc:scientificName 'Nematobrachion sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110675'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93085"^^xsd:decimal ;
  dwc:decimalLongitude "-22.98415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  geo-pos:lat "29.93085"^^xsd:decimal ;
  geo-pos:long "-22.98415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785620_8_DEC_033006'^^xsd:string;
  dwc:scientificName 'Gennadas capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-22.98415'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.9733'^^xsd:double;
  dwc:latitude '29.93085'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.8867'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '107094'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '107094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93085"^^xsd:decimal ;
  dwc:decimalLongitude "-22.98415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  geo-pos:lat "29.93085"^^xsd:decimal ;
  geo-pos:long "-22.98415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785620_8_DEC_033007'^^xsd:string;
  dwc:scientificName 'Gennadas tinayrei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-22.98415'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.9733'^^xsd:double;
  dwc:latitude '29.93085'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.8867'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '107097'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '107097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93085"^^xsd:decimal ;
  dwc:decimalLongitude "-22.98415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  geo-pos:lat "29.93085"^^xsd:decimal ;
  geo-pos:long "-22.98415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785620_8_DEC_034000'^^xsd:string;
  dwc:scientificName 'Sergia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-22.98415'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.9733'^^xsd:double;
  dwc:latitude '29.93085'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.8867'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '142277'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1732131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05165 -12.7892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05165 -12.7892)"^^geo:wktLiteral ;
  geo-pos:lat "44.05165"^^xsd:decimal ;
  geo-pos:long "-12.7892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850816_8_MED_001002'^^xsd:string;
  dwc:scientificName 'Atolla vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7892'^^xsd:double;
  dwc:startLongitude '-12.8067'^^xsd:double;
  dwc:endLongitude '-12.7717'^^xsd:double;
  dwc:latitude '44.05165'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135281'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '135281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05165 -12.7892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05165 -12.7892)"^^geo:wktLiteral ;
  geo-pos:lat "44.05165"^^xsd:decimal ;
  geo-pos:long "-12.7892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850816_8_MED_407001'^^xsd:string;
  dwc:scientificName 'Crossota alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7892'^^xsd:double;
  dwc:startLongitude '-12.8067'^^xsd:double;
  dwc:endLongitude '-12.7717'^^xsd:double;
  dwc:latitude '44.05165'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '221237'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '221237'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05165 -12.7892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05165 -12.7892)"^^geo:wktLiteral ;
  geo-pos:lat "44.05165"^^xsd:decimal ;
  geo-pos:long "-12.7892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850816_8_MED_408001'^^xsd:string;
  dwc:scientificName 'Pantachogon haeckeli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7892'^^xsd:double;
  dwc:startLongitude '-12.8067'^^xsd:double;
  dwc:endLongitude '-12.7717'^^xsd:double;
  dwc:latitude '44.05165'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.0433'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '117860'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '117860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0217 -12.6892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0217"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "615"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0217 -12.6892)"^^geo:wktLiteral ;
  geo-pos:lat "44.0217"^^xsd:decimal ;
  geo-pos:long "-12.6892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850822_1_COP_025002'^^xsd:string;
  dwc:scientificName 'Spinocalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.6892'^^xsd:double;
  dwc:startLongitude '-12.6717'^^xsd:double;
  dwc:endLongitude '-12.7067'^^xsd:double;
  dwc:latitude '44.0217'^^xsd:double;
  dwc:startLatitude '44.0117'^^xsd:double;
  dwc:endLatitude '44.0317'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '615'^^xsd:integer;
  dwc:aphiaid '104852'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '104852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0217 -12.6892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0217"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "615"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0217 -12.6892)"^^geo:wktLiteral ;
  geo-pos:lat "44.0217"^^xsd:decimal ;
  geo-pos:long "-12.6892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850822_1_COP_025005'^^xsd:string;
  dwc:scientificName 'Spinocalanus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.6892'^^xsd:double;
  dwc:startLongitude '-12.6717'^^xsd:double;
  dwc:endLongitude '-12.7067'^^xsd:double;
  dwc:latitude '44.0217'^^xsd:double;
  dwc:startLatitude '44.0117'^^xsd:double;
  dwc:endLatitude '44.0317'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '615'^^xsd:integer;
  dwc:aphiaid '104856'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '104856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0217 -12.6892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0217"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "615"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0217 -12.6892)"^^geo:wktLiteral ;
  geo-pos:lat "44.0217"^^xsd:decimal ;
  geo-pos:long "-12.6892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850822_1_COP_025012'^^xsd:string;
  dwc:scientificName 'Spinocalanus brevicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.6892'^^xsd:double;
  dwc:startLongitude '-12.6717'^^xsd:double;
  dwc:endLongitude '-12.7067'^^xsd:double;
  dwc:latitude '44.0217'^^xsd:double;
  dwc:startLatitude '44.0117'^^xsd:double;
  dwc:endLatitude '44.0317'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '615'^^xsd:integer;
  dwc:aphiaid '104848'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '104848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6733 -23.0675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6733"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0675"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6733 -23.0675)"^^geo:wktLiteral ;
  geo-pos:lat "29.6733"^^xsd:decimal ;
  geo-pos:long "-23.0675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785615_8_MYS_004000'^^xsd:string;
  dwc:scientificName 'Euchaetomera sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0675'^^xsd:double;
  dwc:startLongitude '-23.0617'^^xsd:double;
  dwc:endLongitude '-23.0733'^^xsd:double;
  dwc:latitude '29.6733'^^xsd:double;
  dwc:startLatitude '29.7183'^^xsd:double;
  dwc:endLatitude '29.6283'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '119857'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '119857'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6733 -23.0675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6733"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0675"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6733 -23.0675)"^^geo:wktLiteral ;
  geo-pos:lat "29.6733"^^xsd:decimal ;
  geo-pos:long "-23.0675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785615_8_MYS_015001'^^xsd:string;
  dwc:scientificName 'Lophogaster spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0675'^^xsd:double;
  dwc:startLongitude '-23.0617'^^xsd:double;
  dwc:endLongitude '-23.0733'^^xsd:double;
  dwc:latitude '29.6733'^^xsd:double;
  dwc:startLatitude '29.7183'^^xsd:double;
  dwc:endLatitude '29.6283'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '431217'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '431217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93835 -23.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93835"^^xsd:decimal ;
  dwc:decimalLongitude "-23.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93835 -23.05)"^^geo:wktLiteral ;
  geo-pos:lat "29.93835"^^xsd:decimal ;
  geo-pos:long "-23.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785616_1_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.05'^^xsd:double;
  dwc:startLongitude '-23.0267'^^xsd:double;
  dwc:endLongitude '-23.0733'^^xsd:double;
  dwc:latitude '29.93835'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.9017'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  geo-pos:lat "29.83915"^^xsd:decimal ;
  geo-pos:long "-23.0925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785617_8_EUP_005023'^^xsd:string;
  dwc:scientificName 'Euphausia gibboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0925'^^xsd:double;
  dwc:startLongitude '-23.08'^^xsd:double;
  dwc:endLongitude '-23.105'^^xsd:double;
  dwc:latitude '29.83915'^^xsd:double;
  dwc:startLatitude '29.8733'^^xsd:double;
  dwc:endLatitude '29.805'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110684'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  geo-pos:lat "29.83915"^^xsd:decimal ;
  geo-pos:long "-23.0925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785617_8_EUP_008008'^^xsd:string;
  dwc:scientificName 'Nematoscelis atlantica 3/4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0925'^^xsd:double;
  dwc:startLongitude '-23.08'^^xsd:double;
  dwc:endLongitude '-23.105'^^xsd:double;
  dwc:latitude '29.83915'^^xsd:double;
  dwc:startLatitude '29.8733'^^xsd:double;
  dwc:endLatitude '29.805'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110694'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1649783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  geo-pos:lat "29.83915"^^xsd:decimal ;
  geo-pos:long "-23.0925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785617_8_EUP_008014'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps/atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0925'^^xsd:double;
  dwc:startLongitude '-23.08'^^xsd:double;
  dwc:endLongitude '-23.105'^^xsd:double;
  dwc:latitude '29.83915'^^xsd:double;
  dwc:startLatitude '29.8733'^^xsd:double;
  dwc:endLatitude '29.805'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110676'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1649781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07085 -12.75915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.75915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "612"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07085 -12.75915)"^^geo:wktLiteral ;
  geo-pos:lat "44.07085"^^xsd:decimal ;
  geo-pos:long "-12.75915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850824_1_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.75915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.745'^^xsd:double;
  dwc:latitude '44.07085'^^xsd:double;
  dwc:startLatitude '44.0817'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '612'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07085 -12.75915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.75915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "612"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07085 -12.75915)"^^geo:wktLiteral ;
  geo-pos:lat "44.07085"^^xsd:decimal ;
  geo-pos:long "-12.75915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850824_1_OST_010810'^^xsd:string;
  dwc:scientificName 'Conchoecia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.75915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.745'^^xsd:double;
  dwc:latitude '44.07085'^^xsd:double;
  dwc:startLatitude '44.0817'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '612'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07085 -12.75915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.75915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "612"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07085 -12.75915)"^^geo:wktLiteral ;
  geo-pos:lat "44.07085"^^xsd:decimal ;
  geo-pos:long "-12.75915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850824_1_OST_010811'^^xsd:string;
  dwc:scientificName 'Conchoecia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-12.75915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.745'^^xsd:double;
  dwc:latitude '44.07085'^^xsd:double;
  dwc:startLatitude '44.0817'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '612'^^xsd:integer;
  dwc:observationDate '1974-04-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-23.03085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785614_1_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.03085'^^xsd:double;
  dwc:startLongitude '-23.02'^^xsd:double;
  dwc:endLongitude '-23.0417'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:startLatitude '29.8367'^^xsd:double;
  dwc:endLatitude '29.7633'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-23.03085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785614_1_COP_200005'^^xsd:string;
  dwc:scientificName 'Oncaea ornata form 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.03085'^^xsd:double;
  dwc:startLongitude '-23.02'^^xsd:double;
  dwc:endLongitude '-23.0417'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:startLatitude '29.8367'^^xsd:double;
  dwc:endLatitude '29.7633'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '128944'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '128944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-23.03085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785614_1_COP_200007'^^xsd:string;
  dwc:scientificName 'Oncaea conifera v. stocky'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.03085'^^xsd:double;
  dwc:startLongitude '-23.02'^^xsd:double;
  dwc:endLongitude '-23.0417'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:startLatitude '29.8367'^^xsd:double;
  dwc:endLatitude '29.7633'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.78915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.78915)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.78915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850819_8_AMP_030001'^^xsd:string;
  dwc:scientificName 'Scina borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.78915'^^xsd:double;
  dwc:startLongitude '-12.765'^^xsd:double;
  dwc:endLongitude '-12.8133'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0283'^^xsd:double;
  dwc:endLatitude '44.0217'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '103278'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '103278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.78915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.78915)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.78915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850819_8_AMP_030007'^^xsd:string;
  dwc:scientificName 'Scina oedicarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.78915'^^xsd:double;
  dwc:startLongitude '-12.765'^^xsd:double;
  dwc:endLongitude '-12.8133'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0283'^^xsd:double;
  dwc:endLatitude '44.0217'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '416581'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '416581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.78915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.78915)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.78915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850819_8_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.78915'^^xsd:double;
  dwc:startLongitude '-12.765'^^xsd:double;
  dwc:endLongitude '-12.8133'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0283'^^xsd:double;
  dwc:endLatitude '44.0217'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-12.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  geo-pos:lat "44.0675"^^xsd:decimal ;
  geo-pos:long "-12.815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850790_8_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.815'^^xsd:double;
  dwc:startLongitude '-12.8417'^^xsd:double;
  dwc:endLongitude '-12.7883'^^xsd:double;
  dwc:latitude '44.0675'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-12.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  geo-pos:lat "44.0675"^^xsd:decimal ;
  geo-pos:long "-12.815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850790_8_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.815'^^xsd:double;
  dwc:startLongitude '-12.8417'^^xsd:double;
  dwc:endLongitude '-12.7883'^^xsd:double;
  dwc:latitude '44.0675'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-12.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  geo-pos:lat "44.0675"^^xsd:decimal ;
  geo-pos:long "-12.815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850790_8_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.815'^^xsd:double;
  dwc:startLongitude '-12.8417'^^xsd:double;
  dwc:endLongitude '-12.7883'^^xsd:double;
  dwc:latitude '44.0675'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8117)"^^geo:wktLiteral ;
  geo-pos:lat "44.03415"^^xsd:decimal ;
  geo-pos:long "-12.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850794_1_AMP_030001'^^xsd:string;
  dwc:scientificName 'Scina borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.8117'^^xsd:double;
  dwc:startLongitude '-12.7767'^^xsd:double;
  dwc:endLongitude '-12.8467'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.04'^^xsd:double;
  dwc:endLatitude '44.0283'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '103278'^^xsd:integer;
  dwc:observationDate '1974-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '103278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8117)"^^geo:wktLiteral ;
  geo-pos:lat "44.03415"^^xsd:decimal ;
  geo-pos:long "-12.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850794_1_AMP_070005'^^xsd:string;
  dwc:scientificName 'Lanceola sayana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.8117'^^xsd:double;
  dwc:startLongitude '-12.7767'^^xsd:double;
  dwc:endLongitude '-12.8467'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.04'^^xsd:double;
  dwc:endLatitude '44.0283'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '103265'^^xsd:integer;
  dwc:observationDate '1974-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '103265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8117)"^^geo:wktLiteral ;
  geo-pos:lat "44.03415"^^xsd:decimal ;
  geo-pos:long "-12.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850794_1_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.8117'^^xsd:double;
  dwc:startLongitude '-12.7767'^^xsd:double;
  dwc:endLongitude '-12.8467'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.04'^^xsd:double;
  dwc:endLatitude '44.0283'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1974-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0775 -12.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0775"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "525"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0775 -12.7625)"^^geo:wktLiteral ;
  geo-pos:lat "44.0775"^^xsd:decimal ;
  geo-pos:long "-12.7625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850809_8_PHY_042003'^^xsd:string;
  dwc:scientificName 'Bargmannia amoena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.7625'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.795'^^xsd:double;
  dwc:latitude '44.0775'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.0983'^^xsd:double;
  dwc:minimumDepth '525'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135505'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1025 -12.76085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1025 -12.76085)"^^geo:wktLiteral ;
  geo-pos:lat "44.1025"^^xsd:decimal ;
  geo-pos:long "-12.76085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850810_1_AMP_030001'^^xsd:string;
  dwc:scientificName 'Scina borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.76085'^^xsd:double;
  dwc:startLongitude '-12.7817'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.1025'^^xsd:double;
  dwc:startLatitude '44.11'^^xsd:double;
  dwc:endLatitude '44.095'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '103278'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '103278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1025 -12.76085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1025 -12.76085)"^^geo:wktLiteral ;
  geo-pos:lat "44.1025"^^xsd:decimal ;
  geo-pos:long "-12.76085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850810_1_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.76085'^^xsd:double;
  dwc:startLongitude '-12.7817'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.1025'^^xsd:double;
  dwc:startLatitude '44.11'^^xsd:double;
  dwc:endLatitude '44.095'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06415 -12.77665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06415 -12.77665)"^^geo:wktLiteral ;
  geo-pos:lat "44.06415"^^xsd:decimal ;
  geo-pos:long "-12.77665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850814_8_AMP_030007'^^xsd:string;
  dwc:scientificName 'Scina oedicarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.77665'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.755'^^xsd:double;
  dwc:latitude '44.06415'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.055'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '416581'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '416581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06415 -12.77665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06415 -12.77665)"^^geo:wktLiteral ;
  geo-pos:lat "44.06415"^^xsd:decimal ;
  geo-pos:long "-12.77665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850814_8_AMP_070000'^^xsd:string;
  dwc:scientificName 'Lanceola sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.77665'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.755'^^xsd:double;
  dwc:latitude '44.06415'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.055'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '101801'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '101801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06415 -12.77665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06415 -12.77665)"^^geo:wktLiteral ;
  geo-pos:lat "44.06415"^^xsd:decimal ;
  geo-pos:long "-12.77665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850814_8_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.77665'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.755'^^xsd:double;
  dwc:latitude '44.06415'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.055'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05665 -12.67415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.67415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05665 -12.67415)"^^geo:wktLiteral ;
  geo-pos:lat "44.05665"^^xsd:decimal ;
  geo-pos:long "-12.67415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850812_1_COP_081002'^^xsd:string;
  dwc:scientificName 'Metridia lucens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.67415'^^xsd:double;
  dwc:startLongitude '-12.65'^^xsd:double;
  dwc:endLongitude '-12.6983'^^xsd:double;
  dwc:latitude '44.05665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '620'^^xsd:integer;
  dwc:aphiaid '104633'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '850801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05665 -12.67415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.67415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05665 -12.67415)"^^geo:wktLiteral ;
  geo-pos:lat "44.05665"^^xsd:decimal ;
  geo-pos:long "-12.67415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850812_1_COP_081003'^^xsd:string;
  dwc:scientificName 'Metridia venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.67415'^^xsd:double;
  dwc:startLongitude '-12.65'^^xsd:double;
  dwc:endLongitude '-12.6983'^^xsd:double;
  dwc:latitude '44.05665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '620'^^xsd:integer;
  dwc:aphiaid '104636'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '104636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05665 -12.67415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.67415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05665 -12.67415)"^^geo:wktLiteral ;
  geo-pos:lat "44.05665"^^xsd:decimal ;
  geo-pos:long "-12.67415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850812_1_COP_081007'^^xsd:string;
  dwc:scientificName 'Metridia brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.67415'^^xsd:double;
  dwc:startLongitude '-12.65'^^xsd:double;
  dwc:endLongitude '-12.6983'^^xsd:double;
  dwc:latitude '44.05665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '620'^^xsd:integer;
  dwc:aphiaid '104627'^^xsd:integer;
  dwc:observationDate '1974-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '104627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.54165 -13.89085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.89085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1095"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.54165 -13.89085)"^^geo:wktLiteral ;
  geo-pos:lat "49.54165"^^xsd:decimal ;
  geo-pos:long "-13.89085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979118_85_CAL_145002'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (large)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.89085'^^xsd:double;
  dwc:startLongitude '-13.84'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.54165'^^xsd:double;
  dwc:startLatitude '49.53'^^xsd:double;
  dwc:endLatitude '49.5533'^^xsd:double;
  dwc:minimumDepth '1095'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '135418'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '135418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.54165 -13.89085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.89085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1095"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.54165 -13.89085)"^^geo:wktLiteral ;
  geo-pos:lat "49.54165"^^xsd:decimal ;
  geo-pos:long "-13.89085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979118_85_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.89085'^^xsd:double;
  dwc:startLongitude '-13.84'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.54165'^^xsd:double;
  dwc:startLatitude '49.53'^^xsd:double;
  dwc:endLatitude '49.5533'^^xsd:double;
  dwc:minimumDepth '1095'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.54165 -13.89085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.89085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1095"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.54165 -13.89085)"^^geo:wktLiteral ;
  geo-pos:lat "49.54165"^^xsd:decimal ;
  geo-pos:long "-13.89085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979118_85_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.89085'^^xsd:double;
  dwc:startLongitude '-13.84'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.54165'^^xsd:double;
  dwc:startLatitude '49.53'^^xsd:double;
  dwc:endLatitude '49.5533'^^xsd:double;
  dwc:minimumDepth '1095'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850806_8_CAL_143020'^^xsd:string;
  dwc:scientificName 'Lensia exeter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70415'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6783'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135428'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850806_8_CAL_143021'^^xsd:string;
  dwc:scientificName 'Lensia hostile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70415'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6783'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135432'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850806_8_CAL_143022'^^xsd:string;
  dwc:scientificName 'Lensia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70415'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6783'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135430'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850804_1_COP_092029'^^xsd:string;
  dwc:scientificName 'Euaugaptilus magnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70085'^^xsd:double;
  dwc:startLongitude '-12.7217'^^xsd:double;
  dwc:endLongitude '-12.68'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '104402'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850804_1_COP_092041'^^xsd:string;
  dwc:scientificName 'Euaugaptilus palumbii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70085'^^xsd:double;
  dwc:startLongitude '-12.7217'^^xsd:double;
  dwc:endLongitude '-12.68'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '104408'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '221309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850804_1_COP_118002'^^xsd:string;
  dwc:scientificName 'Acartia clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70085'^^xsd:double;
  dwc:startLongitude '-12.7217'^^xsd:double;
  dwc:endLongitude '-12.68'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '104251'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '416523'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -13.9042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.43"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -13.9042)"^^geo:wktLiteral ;
  geo-pos:lat "49.43"^^xsd:decimal ;
  geo-pos:long "-13.9042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979111_84_FIS_660000'^^xsd:string;
  dwc:scientificName 'Paralepididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.9042'^^xsd:double;
  dwc:startLongitude '-13.9317'^^xsd:double;
  dwc:endLongitude '-13.8767'^^xsd:double;
  dwc:latitude '49.43'^^xsd:double;
  dwc:startLatitude '49.4367'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '125447'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '125447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -13.9042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.43"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -13.9042)"^^geo:wktLiteral ;
  geo-pos:lat "49.43"^^xsd:decimal ;
  geo-pos:long "-13.9042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979111_84_FIS_771000'^^xsd:string;
  dwc:scientificName 'Synaphobranchus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.9042'^^xsd:double;
  dwc:startLongitude '-13.9317'^^xsd:double;
  dwc:endLongitude '-13.8767'^^xsd:double;
  dwc:latitude '49.43'^^xsd:double;
  dwc:startLatitude '49.4367'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '125656'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '125656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -13.9042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.43"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -13.9042)"^^geo:wktLiteral ;
  geo-pos:lat "49.43"^^xsd:decimal ;
  geo-pos:long "-13.9042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979111_84_FIS_784004'^^xsd:string;
  dwc:scientificName 'Stomias boa ferox'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.9042'^^xsd:double;
  dwc:startLongitude '-13.9317'^^xsd:double;
  dwc:endLongitude '-13.8767'^^xsd:double;
  dwc:latitude '49.43'^^xsd:double;
  dwc:startLatitude '49.4367'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '158737'^^xsd:integer;
  dwc:observationDate '1978-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '306769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02415 -12.76415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02415 -12.76415)"^^geo:wktLiteral ;
  geo-pos:lat "44.02415"^^xsd:decimal ;
  geo-pos:long "-12.76415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850757_1_EUP_002001'^^xsd:string;
  dwc:scientificName 'Meganyctiphanes norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.76415'^^xsd:double;
  dwc:startLongitude '-12.7333'^^xsd:double;
  dwc:endLongitude '-12.795'^^xsd:double;
  dwc:latitude '44.02415'^^xsd:double;
  dwc:startLatitude '44.0033'^^xsd:double;
  dwc:endLatitude '44.045'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '110690'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '110690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02415 -12.76415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02415 -12.76415)"^^geo:wktLiteral ;
  geo-pos:lat "44.02415"^^xsd:decimal ;
  geo-pos:long "-12.76415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850757_1_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.76415'^^xsd:double;
  dwc:startLongitude '-12.7333'^^xsd:double;
  dwc:endLongitude '-12.795'^^xsd:double;
  dwc:latitude '44.02415'^^xsd:double;
  dwc:startLatitude '44.0033'^^xsd:double;
  dwc:endLatitude '44.045'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02415 -12.76415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02415 -12.76415)"^^geo:wktLiteral ;
  geo-pos:lat "44.02415"^^xsd:decimal ;
  geo-pos:long "-12.76415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850757_1_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.76415'^^xsd:double;
  dwc:startLongitude '-12.7333'^^xsd:double;
  dwc:endLongitude '-12.795'^^xsd:double;
  dwc:latitude '44.02415'^^xsd:double;
  dwc:startLatitude '44.0033'^^xsd:double;
  dwc:endLatitude '44.045'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.7325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.7325)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.7325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850782_8_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.7325'^^xsd:double;
  dwc:startLongitude '-12.7567'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.0283'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.7325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.7325)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.7325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850782_8_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.7325'^^xsd:double;
  dwc:startLongitude '-12.7567'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.0283'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.7325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.7325)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.7325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850782_8_FIS_912001'^^xsd:string;
  dwc:scientificName 'Valenciennellus tripunctulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.7325'^^xsd:double;
  dwc:startLongitude '-12.7567'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.0283'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '127316'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '127316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51085 -13.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.51085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51085 -13.8625)"^^geo:wktLiteral ;
  geo-pos:lat "49.51085"^^xsd:decimal ;
  geo-pos:long "-13.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979105_84_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-13.8625'^^xsd:double;
  dwc:startLongitude '-13.8417'^^xsd:double;
  dwc:endLongitude '-13.8833'^^xsd:double;
  dwc:latitude '49.51085'^^xsd:double;
  dwc:startLatitude '49.5067'^^xsd:double;
  dwc:endLatitude '49.515'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1978-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51085 -13.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.51085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51085 -13.8625)"^^geo:wktLiteral ;
  geo-pos:lat "49.51085"^^xsd:decimal ;
  geo-pos:long "-13.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979105_84_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-13.8625'^^xsd:double;
  dwc:startLongitude '-13.8417'^^xsd:double;
  dwc:endLongitude '-13.8833'^^xsd:double;
  dwc:latitude '49.51085'^^xsd:double;
  dwc:startLatitude '49.5067'^^xsd:double;
  dwc:endLatitude '49.515'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1978-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51085 -13.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.51085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51085 -13.8625)"^^geo:wktLiteral ;
  geo-pos:lat "49.51085"^^xsd:decimal ;
  geo-pos:long "-13.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '979105_84_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-13.8625'^^xsd:double;
  dwc:startLongitude '-13.8417'^^xsd:double;
  dwc:endLongitude '-13.8833'^^xsd:double;
  dwc:latitude '49.51085'^^xsd:double;
  dwc:startLatitude '49.5067'^^xsd:double;
  dwc:endLatitude '49.515'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1978-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  geo-pos:lat "44.06085"^^xsd:decimal ;
  geo-pos:long "-12.79915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850786_8_FIS_072002'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.79915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.825'^^xsd:double;
  dwc:latitude '44.06085'^^xsd:double;
  dwc:startLatitude '44.065'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  geo-pos:lat "44.06085"^^xsd:decimal ;
  geo-pos:long "-12.79915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850786_8_FIS_582002'^^xsd:string;
  dwc:scientificName 'Notoscopelus kroyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.79915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.825'^^xsd:double;
  dwc:latitude '44.06085'^^xsd:double;
  dwc:startLatitude '44.065'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '272728'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  geo-pos:lat "44.06085"^^xsd:decimal ;
  geo-pos:long "-12.79915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850786_8_FIS_912001'^^xsd:string;
  dwc:scientificName 'Valenciennellus tripunctulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.79915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.825'^^xsd:double;
  dwc:latitude '44.06085'^^xsd:double;
  dwc:startLatitude '44.065'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '127316'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '127316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  geo-pos:lat "44.03665"^^xsd:decimal ;
  geo-pos:long "-12.7608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850779_8_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.7608'^^xsd:double;
  dwc:startLongitude '-12.7483'^^xsd:double;
  dwc:endLongitude '-12.7733'^^xsd:double;
  dwc:latitude '44.03665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.02'^^xsd:double;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  geo-pos:lat "44.03665"^^xsd:decimal ;
  geo-pos:long "-12.7608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850779_8_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.7608'^^xsd:double;
  dwc:startLongitude '-12.7483'^^xsd:double;
  dwc:endLongitude '-12.7733'^^xsd:double;
  dwc:latitude '44.03665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.02'^^xsd:double;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  geo-pos:lat "44.03665"^^xsd:decimal ;
  geo-pos:long "-12.7608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850779_8_EUP_002001'^^xsd:string;
  dwc:scientificName 'Meganyctiphanes norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.7608'^^xsd:double;
  dwc:startLongitude '-12.7483'^^xsd:double;
  dwc:endLongitude '-12.7733'^^xsd:double;
  dwc:latitude '44.03665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.02'^^xsd:double;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '110690'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '110690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04085"^^xsd:decimal ;
  geo-pos:long "-12.73415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850775_8_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7183'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.04085'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.025'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04085"^^xsd:decimal ;
  geo-pos:long "-12.73415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850775_8_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7183'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.04085'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.025'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04085"^^xsd:decimal ;
  geo-pos:long "-12.73415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850775_8_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7183'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.04085'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.025'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8525"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  geo-pos:lat "43.97915"^^xsd:decimal ;
  geo-pos:long "-12.8525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850763_8_CAL_132000'^^xsd:string;
  dwc:scientificName 'Vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.8525'^^xsd:double;
  dwc:startLongitude '-12.87'^^xsd:double;
  dwc:endLongitude '-12.835'^^xsd:double;
  dwc:latitude '43.97915'^^xsd:double;
  dwc:startLatitude '44.0083'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135369'^^xsd:integer;
  dwc:observationDate '1974-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '135369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8525"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  geo-pos:lat "43.97915"^^xsd:decimal ;
  geo-pos:long "-12.8525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850763_8_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.8525'^^xsd:double;
  dwc:startLongitude '-12.87'^^xsd:double;
  dwc:endLongitude '-12.835'^^xsd:double;
  dwc:latitude '43.97915'^^xsd:double;
  dwc:startLatitude '44.0083'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1974-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8525"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  geo-pos:lat "43.97915"^^xsd:decimal ;
  geo-pos:long "-12.8525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850763_8_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.8525'^^xsd:double;
  dwc:startLongitude '-12.87'^^xsd:double;
  dwc:endLongitude '-12.835'^^xsd:double;
  dwc:latitude '43.97915'^^xsd:double;
  dwc:startLatitude '44.0083'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1974-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0417 -12.73665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "93"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0417 -12.73665)"^^geo:wktLiteral ;
  geo-pos:lat "44.0417"^^xsd:decimal ;
  geo-pos:long "-12.73665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850750_1_COP_029001'^^xsd:string;
  dwc:scientificName 'Aetideus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.73665'^^xsd:double;
  dwc:startLongitude '-12.7233'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.0417'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '93'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104275'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0417 -12.73665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "93"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0417 -12.73665)"^^geo:wktLiteral ;
  geo-pos:lat "44.0417"^^xsd:decimal ;
  geo-pos:long "-12.73665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850750_1_COP_072001'^^xsd:string;
  dwc:scientificName 'Scolecithricella minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.73665'^^xsd:double;
  dwc:startLongitude '-12.7233'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.0417'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '93'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104811'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '1509944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0417 -12.73665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "93"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0417 -12.73665)"^^geo:wktLiteral ;
  geo-pos:lat "44.0417"^^xsd:decimal ;
  geo-pos:long "-12.73665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850750_1_COP_072007'^^xsd:string;
  dwc:scientificName 'Scolecithricella dentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.73665'^^xsd:double;
  dwc:startLongitude '-12.7233'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.0417'^^xsd:double;
  dwc:startLatitude '44.0267'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '93'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104807'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29085 -11.71165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29085"^^xsd:decimal ;
  dwc:decimalLongitude "-11.71165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1007"^^xsd:integer ;
  dwc:maximumDepthInMeters "1042"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29085 -11.71165)"^^geo:wktLiteral ;
  geo-pos:lat "51.29085"^^xsd:decimal ;
  geo-pos:long "-11.71165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '975201_230_FIS_940001'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-11.71165'^^xsd:double;
  dwc:startLongitude '-11.71'^^xsd:double;
  dwc:endLongitude '-11.7133'^^xsd:double;
  dwc:latitude '51.29085'^^xsd:double;
  dwc:startLatitude '51.2717'^^xsd:double;
  dwc:endLatitude '51.31'^^xsd:double;
  dwc:minimumDepth '1007'^^xsd:integer;
  dwc:maximumDepth '1042'^^xsd:integer;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:observationDate '1978-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.92835 -12.22335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.22335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1942"^^xsd:integer ;
  dwc:maximumDepthInMeters "1947"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.92835 -12.22335)"^^geo:wktLiteral ;
  geo-pos:lat "50.92835"^^xsd:decimal ;
  geo-pos:long "-12.22335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '975304_230_FIS_119001'^^xsd:string;
  dwc:scientificName 'Coryphaenoides (coryphaenoides) guentheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.22335'^^xsd:double;
  dwc:startLongitude '-12.2'^^xsd:double;
  dwc:endLongitude '-12.2467'^^xsd:double;
  dwc:latitude '50.92835'^^xsd:double;
  dwc:startLatitude '50.915'^^xsd:double;
  dwc:endLatitude '50.9417'^^xsd:double;
  dwc:minimumDepth '1942'^^xsd:integer;
  dwc:maximumDepth '1947'^^xsd:integer;
  dwc:aphiaid '127435'^^xsd:integer;
  dwc:observationDate '1978-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '158958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.92835 -12.22335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.22335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1942"^^xsd:integer ;
  dwc:maximumDepthInMeters "1947"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.92835 -12.22335)"^^geo:wktLiteral ;
  geo-pos:lat "50.92835"^^xsd:decimal ;
  geo-pos:long "-12.22335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '975304_230_FIS_735003'^^xsd:string;
  dwc:scientificName 'Raja bigelowi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.22335'^^xsd:double;
  dwc:startLongitude '-12.2'^^xsd:double;
  dwc:endLongitude '-12.2467'^^xsd:double;
  dwc:latitude '50.92835'^^xsd:double;
  dwc:startLatitude '50.915'^^xsd:double;
  dwc:endLatitude '50.9417'^^xsd:double;
  dwc:minimumDepth '1942'^^xsd:integer;
  dwc:maximumDepth '1947'^^xsd:integer;
  dwc:aphiaid '183384'^^xsd:integer;
  dwc:observationDate '1978-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '105893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1625 -13.01835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1625"^^xsd:decimal ;
  dwc:decimalLongitude "-13.01835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1625 -13.01835)"^^geo:wktLiteral ;
  geo-pos:lat "49.1625"^^xsd:decimal ;
  geo-pos:long "-13.01835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978002_8_FIS_524004'^^xsd:string;
  dwc:scientificName 'Myctophum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-13.01835'^^xsd:double;
  dwc:startLongitude '-12.9767'^^xsd:double;
  dwc:endLongitude '-13.06'^^xsd:double;
  dwc:latitude '49.1625'^^xsd:double;
  dwc:startLatitude '49.1917'^^xsd:double;
  dwc:endLatitude '49.1333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126627'^^xsd:integer;
  dwc:observationDate '1978-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '126627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1625 -13.01835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1625"^^xsd:decimal ;
  dwc:decimalLongitude "-13.01835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1625 -13.01835)"^^geo:wktLiteral ;
  geo-pos:lat "49.1625"^^xsd:decimal ;
  geo-pos:long "-13.01835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978002_8_FIS_577001'^^xsd:string;
  dwc:scientificName 'Nansenia groenlandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-13.01835'^^xsd:double;
  dwc:startLongitude '-12.9767'^^xsd:double;
  dwc:endLongitude '-13.06'^^xsd:double;
  dwc:latitude '49.1625'^^xsd:double;
  dwc:startLatitude '49.1917'^^xsd:double;
  dwc:endLatitude '49.1333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126725'^^xsd:integer;
  dwc:observationDate '1978-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '126725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1625 -13.01835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1625"^^xsd:decimal ;
  dwc:decimalLongitude "-13.01835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1625 -13.01835)"^^geo:wktLiteral ;
  geo-pos:lat "49.1625"^^xsd:decimal ;
  geo-pos:long "-13.01835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978002_8_FIS_582002'^^xsd:string;
  dwc:scientificName 'Notoscopelus kroyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-13.01835'^^xsd:double;
  dwc:startLongitude '-12.9767'^^xsd:double;
  dwc:endLongitude '-13.06'^^xsd:double;
  dwc:latitude '49.1625'^^xsd:double;
  dwc:startLatitude '49.1917'^^xsd:double;
  dwc:endLatitude '49.1333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '272728'^^xsd:integer;
  dwc:observationDate '1978-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05415 -12.7308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05415 -12.7308)"^^geo:wktLiteral ;
  geo-pos:lat "44.05415"^^xsd:decimal ;
  geo-pos:long "-12.7308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850745_1_COP_048004'^^xsd:string;
  dwc:scientificName 'Undeuchaeta major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.7308'^^xsd:double;
  dwc:startLongitude '-12.7533'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.05415'^^xsd:double;
  dwc:startLatitude '44.0383'^^xsd:double;
  dwc:endLatitude '44.07'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104342'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05415 -12.7308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05415 -12.7308)"^^geo:wktLiteral ;
  geo-pos:lat "44.05415"^^xsd:decimal ;
  geo-pos:long "-12.7308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850745_1_COP_049002'^^xsd:string;
  dwc:scientificName 'Chirundina streetsii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.7308'^^xsd:double;
  dwc:startLongitude '-12.7533'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.05415'^^xsd:double;
  dwc:startLatitude '44.0383'^^xsd:double;
  dwc:endLatitude '44.07'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104294'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05415 -12.7308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05415 -12.7308)"^^geo:wktLiteral ;
  geo-pos:lat "44.05415"^^xsd:decimal ;
  geo-pos:long "-12.7308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850745_1_COP_067002'^^xsd:string;
  dwc:scientificName 'Scottocalanus securifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-12.7308'^^xsd:double;
  dwc:startLongitude '-12.7533'^^xsd:double;
  dwc:endLongitude '-12.7083'^^xsd:double;
  dwc:latitude '44.05415'^^xsd:double;
  dwc:startLatitude '44.0383'^^xsd:double;
  dwc:endLatitude '44.07'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:aphiaid '104833'^^xsd:integer;
  dwc:observationDate '1974-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9567 -13.0425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9567"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9567 -13.0425)"^^geo:wktLiteral ;
  geo-pos:lat "42.9567"^^xsd:decimal ;
  geo-pos:long "-13.0425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978902_8_DEC_009001'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sulcatifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-13.0425'^^xsd:double;
  dwc:startLongitude '-13.035'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '42.9567'^^xsd:double;
  dwc:startLatitude '42.9917'^^xsd:double;
  dwc:endLatitude '42.9217'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107673'^^xsd:integer;
  dwc:observationDate '1978-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '107673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9567 -13.0425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9567"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9567 -13.0425)"^^geo:wktLiteral ;
  geo-pos:lat "42.9567"^^xsd:decimal ;
  geo-pos:long "-13.0425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978902_8_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-13.0425'^^xsd:double;
  dwc:startLongitude '-13.035'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '42.9567'^^xsd:double;
  dwc:startLatitude '42.9917'^^xsd:double;
  dwc:endLatitude '42.9217'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1978-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9567 -13.0425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9567"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9567 -13.0425)"^^geo:wktLiteral ;
  geo-pos:lat "42.9567"^^xsd:decimal ;
  geo-pos:long "-13.0425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '978902_8_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-13.0425'^^xsd:double;
  dwc:startLongitude '-13.035'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '42.9567'^^xsd:double;
  dwc:startLatitude '42.9917'^^xsd:double;
  dwc:endLatitude '42.9217'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1978-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -12.84085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-12.84085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -12.84085)"^^geo:wktLiteral ;
  geo-pos:lat "44.1325"^^xsd:decimal ;
  geo-pos:long "-12.84085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850864_1_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.84085'^^xsd:double;
  dwc:startLongitude '-12.8517'^^xsd:double;
  dwc:endLongitude '-12.83'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.145'^^xsd:double;
  dwc:endLatitude '44.12'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -12.84085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-12.84085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -12.84085)"^^geo:wktLiteral ;
  geo-pos:lat "44.1325"^^xsd:decimal ;
  geo-pos:long "-12.84085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850864_1_OST_010808'^^xsd:string;
  dwc:scientificName 'Conchoecia teretivalvata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.84085'^^xsd:double;
  dwc:startLongitude '-12.8517'^^xsd:double;
  dwc:endLongitude '-12.83'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.145'^^xsd:double;
  dwc:endLatitude '44.12'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -12.84085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-12.84085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -12.84085)"^^geo:wktLiteral ;
  geo-pos:lat "44.1325"^^xsd:decimal ;
  geo-pos:long "-12.84085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850864_1_OST_010810'^^xsd:string;
  dwc:scientificName 'Conchoecia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.84085'^^xsd:double;
  dwc:startLongitude '-12.8517'^^xsd:double;
  dwc:endLongitude '-12.83'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.145'^^xsd:double;
  dwc:endLatitude '44.12'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  geo-pos:lat "43.78085"^^xsd:decimal ;
  geo-pos:long "-12.7875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850937_1_OST_010811'^^xsd:string;
  dwc:scientificName 'Conchoecia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-12.7875'^^xsd:double;
  dwc:startLongitude '-12.825'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '43.78085'^^xsd:double;
  dwc:startLatitude '43.7617'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:observationDate '1974-04-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  geo-pos:lat "43.78085"^^xsd:decimal ;
  geo-pos:long "-12.7875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850937_1_OST_010812'^^xsd:string;
  dwc:scientificName 'Conchoecia subinflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-12.7875'^^xsd:double;
  dwc:startLongitude '-12.825'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '43.78085'^^xsd:double;
  dwc:startLatitude '43.7617'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:observationDate '1974-04-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  geo-pos:lat "43.78085"^^xsd:decimal ;
  geo-pos:long "-12.7875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850937_8_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-12.7875'^^xsd:double;
  dwc:startLongitude '-12.825'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '43.78085'^^xsd:double;
  dwc:startLatitude '43.7617'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1974-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9375 -13.03165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9375"^^xsd:decimal ;
  dwc:decimalLongitude "-13.03165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9375 -13.03165)"^^geo:wktLiteral ;
  geo-pos:lat "43.9375"^^xsd:decimal ;
  geo-pos:long "-13.03165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '893704_8_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-13.03165'^^xsd:double;
  dwc:startLongitude '-13.0083'^^xsd:double;
  dwc:endLongitude '-13.055'^^xsd:double;
  dwc:latitude '43.9375'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9083'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1976-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9375 -13.03165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9375"^^xsd:decimal ;
  dwc:decimalLongitude "-13.03165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9375 -13.03165)"^^geo:wktLiteral ;
  geo-pos:lat "43.9375"^^xsd:decimal ;
  geo-pos:long "-13.03165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '893704_8_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-13.03165'^^xsd:double;
  dwc:startLongitude '-13.0083'^^xsd:double;
  dwc:endLongitude '-13.055'^^xsd:double;
  dwc:latitude '43.9375'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9083'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1976-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9375 -13.03165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9375"^^xsd:decimal ;
  dwc:decimalLongitude "-13.03165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9375 -13.03165)"^^geo:wktLiteral ;
  geo-pos:lat "43.9375"^^xsd:decimal ;
  geo-pos:long "-13.03165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '893704_8_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-13.03165'^^xsd:double;
  dwc:startLongitude '-13.0083'^^xsd:double;
  dwc:endLongitude '-13.055'^^xsd:double;
  dwc:latitude '43.9375'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9083'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1976-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.87 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.87"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1654"^^xsd:integer ;
  dwc:maximumDepthInMeters "1699"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.87 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "27.87"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '900700_230_FIS_850001'^^xsd:string;
  dwc:scientificName 'Talismania mekistonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:startLongitude '-13.9133'^^xsd:double;
  dwc:endLongitude '-13.8767'^^xsd:double;
  dwc:latitude '27.87'^^xsd:double;
  dwc:startLatitude '27.8933'^^xsd:double;
  dwc:endLatitude '27.8467'^^xsd:double;
  dwc:minimumDepth '1654'^^xsd:integer;
  dwc:maximumDepth '1699'^^xsd:integer;
  dwc:aphiaid '126713'^^xsd:integer;
  dwc:observationDate '1976-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '126713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.87 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.87"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1654"^^xsd:integer ;
  dwc:maximumDepthInMeters "1699"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.87 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "27.87"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '900700_230_FIS_910001'^^xsd:string;
  dwc:scientificName 'Venefica proboscidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:startLongitude '-13.9133'^^xsd:double;
  dwc:endLongitude '-13.8767'^^xsd:double;
  dwc:latitude '27.87'^^xsd:double;
  dwc:startLatitude '27.8933'^^xsd:double;
  dwc:endLatitude '27.8467'^^xsd:double;
  dwc:minimumDepth '1654'^^xsd:integer;
  dwc:maximumDepth '1699'^^xsd:integer;
  dwc:aphiaid '126310'^^xsd:integer;
  dwc:observationDate '1976-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '126310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2783 -13.5133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2783"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1251"^^xsd:integer ;
  dwc:maximumDepthInMeters "1259"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2783 -13.5133)"^^geo:wktLiteral ;
  geo-pos:lat "28.2783"^^xsd:decimal ;
  geo-pos:long "-13.5133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '900800_230_FIS_002001'^^xsd:string;
  dwc:scientificName 'Alepocephalus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.5133'^^xsd:double;
  dwc:startLongitude '-13.5233'^^xsd:double;
  dwc:endLongitude '-13.5033'^^xsd:double;
  dwc:latitude '28.2783'^^xsd:double;
  dwc:startLatitude '28.2633'^^xsd:double;
  dwc:endLatitude '28.2933'^^xsd:double;
  dwc:minimumDepth '1251'^^xsd:integer;
  dwc:maximumDepth '1259'^^xsd:integer;
  dwc:aphiaid '126684'^^xsd:integer;
  dwc:observationDate '1976-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '126684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.04085 -11.9025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "385"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.04085 -11.9025)"^^geo:wktLiteral ;
  geo-pos:lat "34.04085"^^xsd:decimal ;
  geo-pos:long "-11.9025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '865301_8_FIS_219000'^^xsd:string;
  dwc:scientificName 'Diplospinus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1975'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-11.9025'^^xsd:double;
  dwc:startLongitude '-11.9083'^^xsd:double;
  dwc:endLongitude '-11.8967'^^xsd:double;
  dwc:latitude '34.04085'^^xsd:double;
  dwc:startLatitude '34.0467'^^xsd:double;
  dwc:endLatitude '34.035'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '385'^^xsd:integer;
  dwc:aphiaid '125969'^^xsd:integer;
  dwc:observationDate '1975-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '125969'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.04085 -11.9025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "385"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.04085 -11.9025)"^^geo:wktLiteral ;
  geo-pos:lat "34.04085"^^xsd:decimal ;
  geo-pos:long "-11.9025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '865301_8_FIS_912001'^^xsd:string;
  dwc:scientificName 'Valenciennellus tripunctulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1975'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-11.9025'^^xsd:double;
  dwc:startLongitude '-11.9083'^^xsd:double;
  dwc:endLongitude '-11.8967'^^xsd:double;
  dwc:latitude '34.04085'^^xsd:double;
  dwc:startLatitude '34.0467'^^xsd:double;
  dwc:endLatitude '34.035'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '385'^^xsd:integer;
  dwc:aphiaid '127316'^^xsd:integer;
  dwc:observationDate '1975-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.04085 -11.9025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "385"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.04085 -11.9025)"^^geo:wktLiteral ;
  geo-pos:lat "34.04085"^^xsd:decimal ;
  geo-pos:long "-11.9025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '865301_8_FIS_913000'^^xsd:string;
  dwc:scientificName 'Vinciguerria sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1975'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-11.9025'^^xsd:double;
  dwc:startLongitude '-11.9083'^^xsd:double;
  dwc:endLongitude '-11.8967'^^xsd:double;
  dwc:latitude '34.04085'^^xsd:double;
  dwc:startLatitude '34.0467'^^xsd:double;
  dwc:endLatitude '34.035'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '385'^^xsd:integer;
  dwc:aphiaid '126194'^^xsd:integer;
  dwc:observationDate '1975-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '126194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4125 -12.37415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4125"^^xsd:decimal ;
  dwc:decimalLongitude "-12.37415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4125 -12.37415)"^^geo:wktLiteral ;
  geo-pos:lat "44.4125"^^xsd:decimal ;
  geo-pos:long "-12.37415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '863307_1_OST_010550'^^xsd:string;
  dwc:scientificName 'Conchoecia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.37415'^^xsd:double;
  dwc:startLongitude '-12.395'^^xsd:double;
  dwc:endLongitude '-12.3533'^^xsd:double;
  dwc:latitude '44.4125'^^xsd:double;
  dwc:startLatitude '44.3767'^^xsd:double;
  dwc:endLatitude '44.4483'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127773'^^xsd:integer;
  dwc:observationDate '1974-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4125 -12.37415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4125"^^xsd:decimal ;
  dwc:decimalLongitude "-12.37415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4125 -12.37415)"^^geo:wktLiteral ;
  geo-pos:lat "44.4125"^^xsd:decimal ;
  geo-pos:long "-12.37415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '863307_1_OST_010551'^^xsd:string;
  dwc:scientificName 'Conchoecia hyalophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.37415'^^xsd:double;
  dwc:startLongitude '-12.395'^^xsd:double;
  dwc:endLongitude '-12.3533'^^xsd:double;
  dwc:latitude '44.4125'^^xsd:double;
  dwc:startLatitude '44.3767'^^xsd:double;
  dwc:endLatitude '44.4483'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127770'^^xsd:integer;
  dwc:observationDate '1974-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1314235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4125 -12.37415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4125"^^xsd:decimal ;
  dwc:decimalLongitude "-12.37415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4125 -12.37415)"^^geo:wktLiteral ;
  geo-pos:lat "44.4125"^^xsd:decimal ;
  geo-pos:long "-12.37415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '863307_1_OST_010553'^^xsd:string;
  dwc:scientificName 'Conchoecia lophura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.37415'^^xsd:double;
  dwc:startLongitude '-12.395'^^xsd:double;
  dwc:endLongitude '-12.3533'^^xsd:double;
  dwc:latitude '44.4125'^^xsd:double;
  dwc:startLatitude '44.3767'^^xsd:double;
  dwc:endLatitude '44.4483'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127771'^^xsd:integer;
  dwc:observationDate '1974-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1314233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21835 -12.7575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.21835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21835 -12.7575)"^^geo:wktLiteral ;
  geo-pos:lat "44.21835"^^xsd:decimal ;
  geo-pos:long "-12.7575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851703_8_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7575'^^xsd:double;
  dwc:startLongitude '-12.775'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.21835'^^xsd:double;
  dwc:startLatitude '44.255'^^xsd:double;
  dwc:endLatitude '44.1817'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1974-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21835 -12.7575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.21835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21835 -12.7575)"^^geo:wktLiteral ;
  geo-pos:lat "44.21835"^^xsd:decimal ;
  geo-pos:long "-12.7575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851703_8_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7575'^^xsd:double;
  dwc:startLongitude '-12.775'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.21835'^^xsd:double;
  dwc:startLatitude '44.255'^^xsd:double;
  dwc:endLatitude '44.1817'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1974-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21835 -12.7575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.21835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21835 -12.7575)"^^geo:wktLiteral ;
  geo-pos:lat "44.21835"^^xsd:decimal ;
  geo-pos:long "-12.7575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851703_8_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-12.7575'^^xsd:double;
  dwc:startLongitude '-12.775'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.21835'^^xsd:double;
  dwc:startLatitude '44.255'^^xsd:double;
  dwc:endLatitude '44.1817'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1974-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89085 -13.2283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2283"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89085 -13.2283)"^^geo:wktLiteral ;
  geo-pos:lat "43.89085"^^xsd:decimal ;
  geo-pos:long "-13.2283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851606_8_CAL_115001'^^xsd:string;
  dwc:scientificName 'Desmophyes annectens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-13.2283'^^xsd:double;
  dwc:startLongitude '-13.2483'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '43.89085'^^xsd:double;
  dwc:startLatitude '43.86'^^xsd:double;
  dwc:endLatitude '43.9217'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135457'^^xsd:integer;
  dwc:observationDate '1974-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '135457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89085 -13.2283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2283"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89085 -13.2283)"^^geo:wktLiteral ;
  geo-pos:lat "43.89085"^^xsd:decimal ;
  geo-pos:long "-13.2283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851606_8_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-13.2283'^^xsd:double;
  dwc:startLongitude '-13.2483'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '43.89085'^^xsd:double;
  dwc:startLatitude '43.86'^^xsd:double;
  dwc:endLatitude '43.9217'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1974-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89085 -13.2283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2283"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89085 -13.2283)"^^geo:wktLiteral ;
  geo-pos:lat "43.89085"^^xsd:decimal ;
  geo-pos:long "-13.2283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '851606_8_CAL_132000'^^xsd:string;
  dwc:scientificName 'Vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-13.2283'^^xsd:double;
  dwc:startLongitude '-13.2483'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '43.89085'^^xsd:double;
  dwc:startLatitude '43.86'^^xsd:double;
  dwc:endLatitude '43.9217'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135369'^^xsd:integer;
  dwc:observationDate '1974-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '135369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09415 -12.9075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09415 -12.9075)"^^geo:wktLiteral ;
  geo-pos:lat "44.09415"^^xsd:decimal ;
  geo-pos:long "-12.9075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850910_8_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.9075'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.9667'^^xsd:double;
  dwc:latitude '44.09415'^^xsd:double;
  dwc:startLatitude '44.0833'^^xsd:double;
  dwc:endLatitude '44.105'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1974-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09415 -12.9075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09415 -12.9075)"^^geo:wktLiteral ;
  geo-pos:lat "44.09415"^^xsd:decimal ;
  geo-pos:long "-12.9075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850910_8_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.9075'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.9667'^^xsd:double;
  dwc:latitude '44.09415'^^xsd:double;
  dwc:startLatitude '44.0833'^^xsd:double;
  dwc:endLatitude '44.105'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1974-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09415 -12.9075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09415 -12.9075)"^^geo:wktLiteral ;
  geo-pos:lat "44.09415"^^xsd:decimal ;
  geo-pos:long "-12.9075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850910_8_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-12.9075'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.9667'^^xsd:double;
  dwc:latitude '44.09415'^^xsd:double;
  dwc:startLatitude '44.0833'^^xsd:double;
  dwc:endLatitude '44.105'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1974-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2142 -12.79665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2142 -12.79665)"^^geo:wktLiteral ;
  geo-pos:lat "44.2142"^^xsd:decimal ;
  geo-pos:long "-12.79665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850869_8_FIS_131001'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.79665'^^xsd:double;
  dwc:startLongitude '-12.785'^^xsd:double;
  dwc:endLongitude '-12.8083'^^xsd:double;
  dwc:latitude '44.2142'^^xsd:double;
  dwc:startLatitude '44.1817'^^xsd:double;
  dwc:endLatitude '44.2467'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2142 -12.79665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2142 -12.79665)"^^geo:wktLiteral ;
  geo-pos:lat "44.2142"^^xsd:decimal ;
  geo-pos:long "-12.79665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850869_8_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.79665'^^xsd:double;
  dwc:startLongitude '-12.785'^^xsd:double;
  dwc:endLongitude '-12.8083'^^xsd:double;
  dwc:latitude '44.2142'^^xsd:double;
  dwc:startLatitude '44.1817'^^xsd:double;
  dwc:endLatitude '44.2467'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2142 -12.79665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2142"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2142 -12.79665)"^^geo:wktLiteral ;
  geo-pos:lat "44.2142"^^xsd:decimal ;
  geo-pos:long "-12.79665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850869_8_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.79665'^^xsd:double;
  dwc:startLongitude '-12.785'^^xsd:double;
  dwc:endLongitude '-12.8083'^^xsd:double;
  dwc:latitude '44.2142'^^xsd:double;
  dwc:startLatitude '44.1817'^^xsd:double;
  dwc:endLatitude '44.2467'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0658 -12.73835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0658"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0658 -12.73835)"^^geo:wktLiteral ;
  geo-pos:lat "44.0658"^^xsd:decimal ;
  geo-pos:long "-12.73835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850867_1_AMP_030015'^^xsd:string;
  dwc:scientificName 'Scina submarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.73835'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.7467'^^xsd:double;
  dwc:latitude '44.0658'^^xsd:double;
  dwc:startLatitude '44.0483'^^xsd:double;
  dwc:endLatitude '44.0833'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '103285'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '103285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0658 -12.73835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0658"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0658 -12.73835)"^^geo:wktLiteral ;
  geo-pos:lat "44.0658"^^xsd:decimal ;
  geo-pos:long "-12.73835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850867_1_AMP_126001'^^xsd:string;
  dwc:scientificName 'Hyperoche mediterranea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.73835'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.7467'^^xsd:double;
  dwc:latitude '44.0658'^^xsd:double;
  dwc:startLatitude '44.0483'^^xsd:double;
  dwc:endLatitude '44.0833'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '236561'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '236561'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0658 -12.73835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0658"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0658 -12.73835)"^^geo:wktLiteral ;
  geo-pos:lat "44.0658"^^xsd:decimal ;
  geo-pos:long "-12.73835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850867_1_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-12.73835'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.7467'^^xsd:double;
  dwc:latitude '44.0658'^^xsd:double;
  dwc:startLatitude '44.0483'^^xsd:double;
  dwc:endLatitude '44.0833'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1974-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0692"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  geo-pos:lat "44.0692"^^xsd:decimal ;
  geo-pos:long "-12.8108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850862_1_COP_025005'^^xsd:string;
  dwc:scientificName 'Spinocalanus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8108'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.8233'^^xsd:double;
  dwc:latitude '44.0692'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.0817'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104856'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '104856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0692"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  geo-pos:lat "44.0692"^^xsd:decimal ;
  geo-pos:long "-12.8108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850862_1_COP_025012'^^xsd:string;
  dwc:scientificName 'Spinocalanus brevicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8108'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.8233'^^xsd:double;
  dwc:latitude '44.0692'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.0817'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104848'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '104848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0692"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  geo-pos:lat "44.0692"^^xsd:decimal ;
  geo-pos:long "-12.8108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850862_1_COP_026004'^^xsd:string;
  dwc:scientificName 'Mimocalanus cultrifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8108'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.8233'^^xsd:double;
  dwc:latitude '44.0692'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.0817'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104838'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '104838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12835 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12835 -12.73415)"^^geo:wktLiteral ;
  geo-pos:lat "44.12835"^^xsd:decimal ;
  geo-pos:long "-12.73415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850859_8_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7283'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.12835'^^xsd:double;
  dwc:startLatitude '44.11'^^xsd:double;
  dwc:endLatitude '44.1467'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12835 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12835 -12.73415)"^^geo:wktLiteral ;
  geo-pos:lat "44.12835"^^xsd:decimal ;
  geo-pos:long "-12.73415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850859_8_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7283'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.12835'^^xsd:double;
  dwc:startLatitude '44.11'^^xsd:double;
  dwc:endLatitude '44.1467'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12835 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12835"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12835 -12.73415)"^^geo:wktLiteral ;
  geo-pos:lat "44.12835"^^xsd:decimal ;
  geo-pos:long "-12.73415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850859_8_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7283'^^xsd:double;
  dwc:endLongitude '-12.74'^^xsd:double;
  dwc:latitude '44.12835'^^xsd:double;
  dwc:startLatitude '44.11'^^xsd:double;
  dwc:endLatitude '44.1467'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.71585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.71585)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.71585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850857_1_COP_081002'^^xsd:string;
  dwc:scientificName 'Metridia lucens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.71585'^^xsd:double;
  dwc:startLongitude '-12.7317'^^xsd:double;
  dwc:endLongitude '-12.7'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0367'^^xsd:double;
  dwc:endLatitude '44.0133'^^xsd:double;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104633'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '850801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.71585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.71585)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.71585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850857_1_COP_081003'^^xsd:string;
  dwc:scientificName 'Metridia venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.71585'^^xsd:double;
  dwc:startLongitude '-12.7317'^^xsd:double;
  dwc:endLongitude '-12.7'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0367'^^xsd:double;
  dwc:endLatitude '44.0133'^^xsd:double;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104636'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '104636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.71585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.71585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "425"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.025 -12.71585)"^^geo:wktLiteral ;
  geo-pos:lat "44.025"^^xsd:decimal ;
  geo-pos:long "-12.71585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850857_1_COP_081007'^^xsd:string;
  dwc:scientificName 'Metridia brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.71585'^^xsd:double;
  dwc:startLongitude '-12.7317'^^xsd:double;
  dwc:endLongitude '-12.7'^^xsd:double;
  dwc:latitude '44.025'^^xsd:double;
  dwc:startLatitude '44.0367'^^xsd:double;
  dwc:endLatitude '44.0133'^^xsd:double;
  dwc:minimumDepth '425'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104627'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '104627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01585 -12.78835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01585 -12.78835)"^^geo:wktLiteral ;
  geo-pos:lat "44.01585"^^xsd:decimal ;
  geo-pos:long "-12.78835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850852_1_OST_010500'^^xsd:string;
  dwc:scientificName 'Conchoecia loricata s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.78835'^^xsd:double;
  dwc:startLongitude '-12.8117'^^xsd:double;
  dwc:endLongitude '-12.765'^^xsd:double;
  dwc:latitude '44.01585'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.01'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '183083'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01585 -12.78835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01585 -12.78835)"^^geo:wktLiteral ;
  geo-pos:lat "44.01585"^^xsd:decimal ;
  geo-pos:long "-12.78835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850852_1_OST_010551'^^xsd:string;
  dwc:scientificName 'Conchoecia hyalophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.78835'^^xsd:double;
  dwc:startLongitude '-12.8117'^^xsd:double;
  dwc:endLongitude '-12.765'^^xsd:double;
  dwc:latitude '44.01585'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.01'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127770'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '1314235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01585 -12.78835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01585 -12.78835)"^^geo:wktLiteral ;
  geo-pos:lat "44.01585"^^xsd:decimal ;
  geo-pos:long "-12.78835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850852_1_OST_010553'^^xsd:string;
  dwc:scientificName 'Conchoecia lophura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.78835'^^xsd:double;
  dwc:startLongitude '-12.8117'^^xsd:double;
  dwc:endLongitude '-12.765'^^xsd:double;
  dwc:latitude '44.01585'^^xsd:double;
  dwc:startLatitude '44.0217'^^xsd:double;
  dwc:endLatitude '44.01'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127771'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '1314233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -12.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -12.8625)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "-12.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850854_8_FIS_131001'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8625'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.8767'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.1383'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -12.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -12.8625)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "-12.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850854_8_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8625'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.8767'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.1383'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -12.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -12.8625)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "-12.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850854_8_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8625'^^xsd:double;
  dwc:startLongitude '-12.8483'^^xsd:double;
  dwc:endLongitude '-12.8767'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:startLatitude '44.1017'^^xsd:double;
  dwc:endLatitude '44.1383'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.93585 -16.8358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.93585"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.93585 -16.8358)"^^geo:wktLiteral ;
  geo-pos:lat "41.93585"^^xsd:decimal ;
  geo-pos:long "-16.8358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980160_84_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8358'^^xsd:double;
  dwc:startLongitude '-16.8183'^^xsd:double;
  dwc:endLongitude '-16.8533'^^xsd:double;
  dwc:latitude '41.93585'^^xsd:double;
  dwc:startLatitude '41.9517'^^xsd:double;
  dwc:endLatitude '41.92'^^xsd:double;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.93585 -16.8358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.93585"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.93585 -16.8358)"^^geo:wktLiteral ;
  geo-pos:lat "41.93585"^^xsd:decimal ;
  geo-pos:long "-16.8358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980160_84_EUP_010000'^^xsd:string;
  dwc:scientificName 'Stylocheiron sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8358'^^xsd:double;
  dwc:startLongitude '-16.8183'^^xsd:double;
  dwc:endLongitude '-16.8533'^^xsd:double;
  dwc:latitude '41.93585'^^xsd:double;
  dwc:startLatitude '41.9517'^^xsd:double;
  dwc:endLatitude '41.92'^^xsd:double;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.93585 -16.8358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.93585"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.93585 -16.8358)"^^geo:wktLiteral ;
  geo-pos:lat "41.93585"^^xsd:decimal ;
  geo-pos:long "-16.8358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980160_84_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8358'^^xsd:double;
  dwc:startLongitude '-16.8183'^^xsd:double;
  dwc:endLongitude '-16.8533'^^xsd:double;
  dwc:latitude '41.93585'^^xsd:double;
  dwc:startLatitude '41.9517'^^xsd:double;
  dwc:endLatitude '41.92'^^xsd:double;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8725 -16.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8725"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8725 -16.8867)"^^geo:wktLiteral ;
  geo-pos:lat "41.8725"^^xsd:decimal ;
  geo-pos:long "-16.8867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980163_81_OST_010000'^^xsd:string;
  dwc:scientificName 'Conchoecia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8867'^^xsd:double;
  dwc:startLongitude '-16.9067'^^xsd:double;
  dwc:endLongitude '-16.8667'^^xsd:double;
  dwc:latitude '41.8725'^^xsd:double;
  dwc:startLatitude '41.865'^^xsd:double;
  dwc:endLatitude '41.88'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8725 -16.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8725"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8725 -16.8867)"^^geo:wktLiteral ;
  geo-pos:lat "41.8725"^^xsd:decimal ;
  geo-pos:long "-16.8867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980163_81_OST_010001'^^xsd:string;
  dwc:scientificName 'Conchoecia spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8867'^^xsd:double;
  dwc:startLongitude '-16.9067'^^xsd:double;
  dwc:endLongitude '-16.8667'^^xsd:double;
  dwc:latitude '41.8725'^^xsd:double;
  dwc:startLatitude '41.865'^^xsd:double;
  dwc:endLatitude '41.88'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:aphiaid '183091'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8725 -16.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8725"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8725 -16.8867)"^^geo:wktLiteral ;
  geo-pos:lat "41.8725"^^xsd:decimal ;
  geo-pos:long "-16.8867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980163_81_OST_010010'^^xsd:string;
  dwc:scientificName 'Conchoecia dorsotuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.8867'^^xsd:double;
  dwc:startLongitude '-16.9067'^^xsd:double;
  dwc:endLongitude '-16.8667'^^xsd:double;
  dwc:latitude '41.8725'^^xsd:double;
  dwc:startLatitude '41.865'^^xsd:double;
  dwc:endLatitude '41.88'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0775 -16.7175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.7175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0775 -16.7175)"^^geo:wktLiteral ;
  geo-pos:lat "42.0775"^^xsd:decimal ;
  geo-pos:long "-16.7175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980158_82_OST_010808'^^xsd:string;
  dwc:scientificName 'Conchoecia teretivalvata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.7175'^^xsd:double;
  dwc:startLongitude '-16.7083'^^xsd:double;
  dwc:endLongitude '-16.7267'^^xsd:double;
  dwc:latitude '42.0775'^^xsd:double;
  dwc:startLatitude '42.095'^^xsd:double;
  dwc:endLatitude '42.06'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0775 -16.7175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.7175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0775 -16.7175)"^^geo:wktLiteral ;
  geo-pos:lat "42.0775"^^xsd:decimal ;
  geo-pos:long "-16.7175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980158_82_OST_010810'^^xsd:string;
  dwc:scientificName 'Conchoecia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.7175'^^xsd:double;
  dwc:startLongitude '-16.7083'^^xsd:double;
  dwc:endLongitude '-16.7267'^^xsd:double;
  dwc:latitude '42.0775'^^xsd:double;
  dwc:startLatitude '42.095'^^xsd:double;
  dwc:endLatitude '42.06'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0775 -16.7175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.7175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0775 -16.7175)"^^geo:wktLiteral ;
  geo-pos:lat "42.0775"^^xsd:decimal ;
  geo-pos:long "-16.7175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980158_82_OST_010812'^^xsd:string;
  dwc:scientificName 'Conchoecia subinflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-16.7175'^^xsd:double;
  dwc:startLongitude '-16.7083'^^xsd:double;
  dwc:endLongitude '-16.7267'^^xsd:double;
  dwc:latitude '42.0775'^^xsd:double;
  dwc:startLatitude '42.095'^^xsd:double;
  dwc:endLatitude '42.06'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1010'^^xsd:integer;
  dwc:observationDate '1978-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0675 -16.775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-16.775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0675 -16.775)"^^geo:wktLiteral ;
  geo-pos:lat "42.0675"^^xsd:decimal ;
  geo-pos:long "-16.775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980128_85_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-16.775'^^xsd:double;
  dwc:startLongitude '-16.8'^^xsd:double;
  dwc:endLongitude '-16.75'^^xsd:double;
  dwc:latitude '42.0675'^^xsd:double;
  dwc:startLatitude '42.0617'^^xsd:double;
  dwc:endLatitude '42.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0675 -16.775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-16.775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0675 -16.775)"^^geo:wktLiteral ;
  geo-pos:lat "42.0675"^^xsd:decimal ;
  geo-pos:long "-16.775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980128_85_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-16.775'^^xsd:double;
  dwc:startLongitude '-16.8'^^xsd:double;
  dwc:endLongitude '-16.75'^^xsd:double;
  dwc:latitude '42.0675'^^xsd:double;
  dwc:startLatitude '42.0617'^^xsd:double;
  dwc:endLatitude '42.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0675 -16.775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-16.775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0675 -16.775)"^^geo:wktLiteral ;
  geo-pos:lat "42.0675"^^xsd:decimal ;
  geo-pos:long "-16.775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980128_85_CAL_161003'^^xsd:string;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-16.775'^^xsd:double;
  dwc:startLongitude '-16.8'^^xsd:double;
  dwc:endLongitude '-16.75'^^xsd:double;
  dwc:latitude '42.0675'^^xsd:double;
  dwc:startLatitude '42.0617'^^xsd:double;
  dwc:endLatitude '42.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99665 -16.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.99665"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1015"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99665 -16.9683)"^^geo:wktLiteral ;
  geo-pos:lat "41.99665"^^xsd:decimal ;
  geo-pos:long "-16.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980125_85_CAL_111003'^^xsd:string;
  dwc:scientificName 'Rosacea cymbiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.9683'^^xsd:double;
  dwc:startLongitude '-16.9883'^^xsd:double;
  dwc:endLongitude '-16.9483'^^xsd:double;
  dwc:latitude '41.99665'^^xsd:double;
  dwc:startLatitude '41.9883'^^xsd:double;
  dwc:endLatitude '42.005'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1015'^^xsd:integer;
  dwc:aphiaid '135470'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99665 -16.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.99665"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1015"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99665 -16.9683)"^^geo:wktLiteral ;
  geo-pos:lat "41.99665"^^xsd:decimal ;
  geo-pos:long "-16.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980125_85_CAL_121005'^^xsd:string;
  dwc:scientificName 'Nectadamas richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.9683'^^xsd:double;
  dwc:startLongitude '-16.9883'^^xsd:double;
  dwc:endLongitude '-16.9483'^^xsd:double;
  dwc:latitude '41.99665'^^xsd:double;
  dwc:startLatitude '41.9883'^^xsd:double;
  dwc:endLatitude '42.005'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1015'^^xsd:integer;
  dwc:aphiaid '135462'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99665 -16.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.99665"^^xsd:decimal ;
  dwc:decimalLongitude "-16.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "990"^^xsd:integer ;
  dwc:maximumDepthInMeters "1015"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99665 -16.9683)"^^geo:wktLiteral ;
  geo-pos:lat "41.99665"^^xsd:decimal ;
  geo-pos:long "-16.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980125_85_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.9683'^^xsd:double;
  dwc:startLongitude '-16.9883'^^xsd:double;
  dwc:endLongitude '-16.9483'^^xsd:double;
  dwc:latitude '41.99665'^^xsd:double;
  dwc:startLatitude '41.9883'^^xsd:double;
  dwc:endLatitude '42.005'^^xsd:double;
  dwc:minimumDepth '990'^^xsd:integer;
  dwc:maximumDepth '1015'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0283 -17.15915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-17.15915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0283 -17.15915)"^^geo:wktLiteral ;
  geo-pos:lat "42.0283"^^xsd:decimal ;
  geo-pos:long "-17.15915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980121_84_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-17.15915'^^xsd:double;
  dwc:startLongitude '-17.1783'^^xsd:double;
  dwc:endLongitude '-17.14'^^xsd:double;
  dwc:latitude '42.0283'^^xsd:double;
  dwc:startLatitude '42.0433'^^xsd:double;
  dwc:endLatitude '42.0133'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0283 -17.15915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-17.15915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0283 -17.15915)"^^geo:wktLiteral ;
  geo-pos:lat "42.0283"^^xsd:decimal ;
  geo-pos:long "-17.15915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980121_84_EUP_002001'^^xsd:string;
  dwc:scientificName 'Meganyctiphanes norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-17.15915'^^xsd:double;
  dwc:startLongitude '-17.1783'^^xsd:double;
  dwc:endLongitude '-17.14'^^xsd:double;
  dwc:latitude '42.0283'^^xsd:double;
  dwc:startLatitude '42.0433'^^xsd:double;
  dwc:endLatitude '42.0133'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110690'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0283 -17.15915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-17.15915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0283 -17.15915)"^^geo:wktLiteral ;
  geo-pos:lat "42.0283"^^xsd:decimal ;
  geo-pos:long "-17.15915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980121_84_EUP_005003'^^xsd:string;
  dwc:scientificName 'Euphausia krohnii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-17.15915'^^xsd:double;
  dwc:startLongitude '-17.1783'^^xsd:double;
  dwc:endLongitude '-17.14'^^xsd:double;
  dwc:latitude '42.0283'^^xsd:double;
  dwc:startLatitude '42.0433'^^xsd:double;
  dwc:endLatitude '42.0133'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110687'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8942 -16.8383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8942"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8942 -16.8383)"^^geo:wktLiteral ;
  geo-pos:lat "41.8942"^^xsd:decimal ;
  geo-pos:long "-16.8383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980117_86_PHY_011000'^^xsd:string;
  dwc:scientificName 'Apolemia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.8383'^^xsd:double;
  dwc:startLongitude '-16.8183'^^xsd:double;
  dwc:endLongitude '-16.8583'^^xsd:double;
  dwc:latitude '41.8942'^^xsd:double;
  dwc:startLatitude '41.8867'^^xsd:double;
  dwc:endLatitude '41.9017'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135393'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8942 -16.8383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8942"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8942 -16.8383)"^^geo:wktLiteral ;
  geo-pos:lat "41.8942"^^xsd:decimal ;
  geo-pos:long "-16.8383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980117_86_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.8383'^^xsd:double;
  dwc:startLongitude '-16.8183'^^xsd:double;
  dwc:endLongitude '-16.8583'^^xsd:double;
  dwc:latitude '41.8942'^^xsd:double;
  dwc:startLatitude '41.8867'^^xsd:double;
  dwc:endLatitude '41.9017'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94415 -16.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94415"^^xsd:decimal ;
  dwc:decimalLongitude "-16.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "1110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94415 -16.96)"^^geo:wktLiteral ;
  geo-pos:lat "41.94415"^^xsd:decimal ;
  geo-pos:long "-16.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980118_84_CAL_111000'^^xsd:string;
  dwc:scientificName 'Rosacea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-16.96'^^xsd:double;
  dwc:startLongitude '-16.92'^^xsd:double;
  dwc:endLongitude '-17'^^xsd:integer;
  dwc:latitude '41.94415'^^xsd:double;
  dwc:startLatitude '41.925'^^xsd:double;
  dwc:endLatitude '41.9633'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '1110'^^xsd:integer;
  dwc:aphiaid '135379'^^xsd:integer;
  dwc:observationDate '1978-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '135379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.835 -16.65085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.835"^^xsd:decimal ;
  dwc:decimalLongitude "-16.65085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "395"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.835 -16.65085)"^^geo:wktLiteral ;
  geo-pos:lat "41.835"^^xsd:decimal ;
  geo-pos:long "-16.65085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980113_85_MYS_001000'^^xsd:string;
  dwc:scientificName 'Eucopia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.65085'^^xsd:double;
  dwc:startLongitude '-16.6317'^^xsd:double;
  dwc:endLongitude '-16.67'^^xsd:double;
  dwc:latitude '41.835'^^xsd:double;
  dwc:startLatitude '41.825'^^xsd:double;
  dwc:endLatitude '41.845'^^xsd:double;
  dwc:minimumDepth '395'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '119825'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '119825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.835 -16.65085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.835"^^xsd:decimal ;
  dwc:decimalLongitude "-16.65085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "395"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.835 -16.65085)"^^geo:wktLiteral ;
  geo-pos:lat "41.835"^^xsd:decimal ;
  geo-pos:long "-16.65085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980113_85_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.65085'^^xsd:double;
  dwc:startLongitude '-16.6317'^^xsd:double;
  dwc:endLongitude '-16.67'^^xsd:double;
  dwc:latitude '41.835'^^xsd:double;
  dwc:startLatitude '41.825'^^xsd:double;
  dwc:endLatitude '41.845'^^xsd:double;
  dwc:minimumDepth '395'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.835 -16.65085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.835"^^xsd:decimal ;
  dwc:decimalLongitude "-16.65085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "395"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.835 -16.65085)"^^geo:wktLiteral ;
  geo-pos:lat "41.835"^^xsd:decimal ;
  geo-pos:long "-16.65085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980113_85_OST_008001'^^xsd:string;
  dwc:scientificName 'Halocypria globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.65085'^^xsd:double;
  dwc:startLongitude '-16.6317'^^xsd:double;
  dwc:endLongitude '-16.67'^^xsd:double;
  dwc:latitude '41.835'^^xsd:double;
  dwc:startLatitude '41.825'^^xsd:double;
  dwc:endLatitude '41.845'^^xsd:double;
  dwc:minimumDepth '395'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '127793'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '127793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8775 -16.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8775 -16.5633)"^^geo:wktLiteral ;
  geo-pos:lat "41.8775"^^xsd:decimal ;
  geo-pos:long "-16.5633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980107_85_EUP_005003'^^xsd:string;
  dwc:scientificName 'Euphausia krohnii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.5633'^^xsd:double;
  dwc:startLongitude '-16.5633'^^xsd:double;
  dwc:endLongitude '-16.5633'^^xsd:double;
  dwc:latitude '41.8775'^^xsd:double;
  dwc:startLatitude '41.86'^^xsd:double;
  dwc:endLatitude '41.895'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '510'^^xsd:integer;
  dwc:aphiaid '110687'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8775 -16.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8775 -16.5633)"^^geo:wktLiteral ;
  geo-pos:lat "41.8775"^^xsd:decimal ;
  geo-pos:long "-16.5633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980107_85_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.5633'^^xsd:double;
  dwc:startLongitude '-16.5633'^^xsd:double;
  dwc:endLongitude '-16.5633'^^xsd:double;
  dwc:latitude '41.8775'^^xsd:double;
  dwc:startLatitude '41.86'^^xsd:double;
  dwc:endLatitude '41.895'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '510'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8775 -16.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8775"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8775 -16.5633)"^^geo:wktLiteral ;
  geo-pos:lat "41.8775"^^xsd:decimal ;
  geo-pos:long "-16.5633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980107_85_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.5633'^^xsd:double;
  dwc:startLongitude '-16.5633'^^xsd:double;
  dwc:endLongitude '-16.5633'^^xsd:double;
  dwc:latitude '41.8775'^^xsd:double;
  dwc:startLatitude '41.86'^^xsd:double;
  dwc:endLatitude '41.895'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '510'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96915 -16.91665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.96915"^^xsd:decimal ;
  dwc:decimalLongitude "-16.91665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96915 -16.91665)"^^geo:wktLiteral ;
  geo-pos:lat "41.96915"^^xsd:decimal ;
  geo-pos:long "-16.91665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980101_8_FIS_660000'^^xsd:string;
  dwc:scientificName 'Paralepididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.91665'^^xsd:double;
  dwc:startLongitude '-16.9783'^^xsd:double;
  dwc:endLongitude '-16.855'^^xsd:double;
  dwc:latitude '41.96915'^^xsd:double;
  dwc:startLatitude '41.99'^^xsd:double;
  dwc:endLatitude '41.9483'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1005'^^xsd:integer;
  dwc:aphiaid '125447'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96915 -16.91665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.96915"^^xsd:decimal ;
  dwc:decimalLongitude "-16.91665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96915 -16.91665)"^^geo:wktLiteral ;
  geo-pos:lat "41.96915"^^xsd:decimal ;
  geo-pos:long "-16.91665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980101_8_FIS_779001'^^xsd:string;
  dwc:scientificName 'Scopelosaurus lepidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.91665'^^xsd:double;
  dwc:startLongitude '-16.9783'^^xsd:double;
  dwc:endLongitude '-16.855'^^xsd:double;
  dwc:latitude '41.96915'^^xsd:double;
  dwc:startLatitude '41.99'^^xsd:double;
  dwc:endLatitude '41.9483'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1005'^^xsd:integer;
  dwc:aphiaid '126349'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96915 -16.91665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.96915"^^xsd:decimal ;
  dwc:decimalLongitude "-16.91665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "1005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96915 -16.91665)"^^geo:wktLiteral ;
  geo-pos:lat "41.96915"^^xsd:decimal ;
  geo-pos:long "-16.91665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '980101_8_FIS_784005'^^xsd:string;
  dwc:scientificName 'Stomias boa boa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-16.91665'^^xsd:double;
  dwc:startLongitude '-16.9783'^^xsd:double;
  dwc:endLongitude '-16.855'^^xsd:double;
  dwc:latitude '41.96915'^^xsd:double;
  dwc:startLatitude '41.99'^^xsd:double;
  dwc:endLatitude '41.9483'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '1005'^^xsd:integer;
  dwc:aphiaid '234601'^^xsd:integer;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '127374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70915"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  geo-pos:lat "49.70915"^^xsd:decimal ;
  geo-pos:long "-13.95085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011516_85_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-13.95085'^^xsd:double;
  dwc:startLongitude '-13.96'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.70915'^^xsd:double;
  dwc:startLatitude '49.725'^^xsd:double;
  dwc:endLatitude '49.6933'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.06335"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  geo-pos:lat "33.06335"^^xsd:decimal ;
  geo-pos:long "-30.0625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022217_85_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-30.0625'^^xsd:double;
  dwc:startLongitude '-30.0483'^^xsd:double;
  dwc:endLongitude '-30.0767'^^xsd:double;
  dwc:latitude '33.06335'^^xsd:double;
  dwc:startLatitude '33.075'^^xsd:double;
  dwc:endLatitude '33.0517'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1980-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  geo-pos:lat "32.9908"^^xsd:decimal ;
  geo-pos:long "-31.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_EUP_001000'^^xsd:string;
  dwc:scientificName 'Thysanopoda sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '110680'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  geo-pos:lat "32.9908"^^xsd:decimal ;
  geo-pos:long "-31.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_EUP_001003'^^xsd:string;
  dwc:scientificName 'Thysanopoda triouspidata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '110721'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110721'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  geo-pos:lat "32.9908"^^xsd:decimal ;
  geo-pos:long "-31.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8233 -31.4942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8233"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "530"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8233 -31.4942)"^^geo:wktLiteral ;
  geo-pos:lat "32.8233"^^xsd:decimal ;
  geo-pos:long "-31.4942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023209_86_CAL_112000'^^xsd:string;
  dwc:scientificName 'Praya sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4942'^^xsd:double;
  dwc:startLongitude '-31.4967'^^xsd:double;
  dwc:endLongitude '-31.4917'^^xsd:double;
  dwc:latitude '32.8233'^^xsd:double;
  dwc:startLatitude '32.8333'^^xsd:double;
  dwc:endLatitude '32.8133'^^xsd:double;
  dwc:minimumDepth '530'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135376'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66665"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  geo-pos:lat "32.17335"^^xsd:decimal ;
  geo-pos:long "-29.66665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037828_85_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.66665'^^xsd:double;
  dwc:startLongitude '-29.6883'^^xsd:double;
  dwc:endLongitude '-29.645'^^xsd:double;
  dwc:latitude '32.17335'^^xsd:double;
  dwc:startLatitude '32.1967'^^xsd:double;
  dwc:endLatitude '32.15'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66665"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  geo-pos:lat "32.17335"^^xsd:decimal ;
  geo-pos:long "-29.66665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037828_85_EUP_001015'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis/obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.66665'^^xsd:double;
  dwc:startLongitude '-29.6883'^^xsd:double;
  dwc:endLongitude '-29.645'^^xsd:double;
  dwc:latitude '32.17335'^^xsd:double;
  dwc:startLatitude '32.1967'^^xsd:double;
  dwc:endLatitude '32.15'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110680'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '110680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.14085"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0325"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  geo-pos:lat "33.14085"^^xsd:decimal ;
  geo-pos:long "-30.0325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022214_85_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.0325'^^xsd:double;
  dwc:startLongitude '-30.01'^^xsd:double;
  dwc:endLongitude '-30.055'^^xsd:double;
  dwc:latitude '33.14085'^^xsd:double;
  dwc:startLatitude '33.145'^^xsd:double;
  dwc:endLatitude '33.1367'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.14085"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0325"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  geo-pos:lat "33.14085"^^xsd:decimal ;
  geo-pos:long "-30.0325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022214_85_DEC_034000'^^xsd:string;
  dwc:scientificName 'Sergia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.0325'^^xsd:double;
  dwc:startLongitude '-30.01'^^xsd:double;
  dwc:endLongitude '-30.055'^^xsd:double;
  dwc:latitude '33.14085'^^xsd:double;
  dwc:startLatitude '33.145'^^xsd:double;
  dwc:endLatitude '33.1367'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '142277'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '1732131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.14085"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0325"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  geo-pos:lat "33.14085"^^xsd:decimal ;
  geo-pos:long "-30.0325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022214_85_DEC_036002'^^xsd:string;
  dwc:scientificName 'Sergestes henseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.0325'^^xsd:double;
  dwc:startLongitude '-30.01'^^xsd:double;
  dwc:endLongitude '-30.055'^^xsd:double;
  dwc:latitude '33.14085'^^xsd:double;
  dwc:startLatitude '33.145'^^xsd:double;
  dwc:endLatitude '33.1367'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '240784'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '514121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  geo-pos:lat "33.1292"^^xsd:decimal ;
  geo-pos:long "-30.08415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  geo-pos:lat "33.1292"^^xsd:decimal ;
  geo-pos:long "-30.08415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_PHY_010002'^^xsd:string;
  dwc:scientificName 'Frillagalma vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135488'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '135488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  geo-pos:lat "33.1292"^^xsd:decimal ;
  geo-pos:long "-30.08415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_PHY_011000'^^xsd:string;
  dwc:scientificName 'Apolemia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135393'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '135393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  geo-pos:lat "49.7892"^^xsd:decimal ;
  geo-pos:long "-14.1208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_FIS_070004'^^xsd:string;
  dwc:scientificName 'Bathylagus euryops(a)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '126719'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1725"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  geo-pos:lat "33.1725"^^xsd:decimal ;
  geo-pos:long "-30.15665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022206_86_FIS_132001'^^xsd:string;
  dwc:scientificName 'Chirostomias pliopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.15665'^^xsd:double;
  dwc:startLongitude '-30.1433'^^xsd:double;
  dwc:endLongitude '-30.17'^^xsd:double;
  dwc:latitude '33.1725'^^xsd:double;
  dwc:startLatitude '33.1583'^^xsd:double;
  dwc:endLatitude '33.1867'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127339'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1725"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  geo-pos:lat "33.1725"^^xsd:decimal ;
  geo-pos:long "-30.15665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022206_86_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.15665'^^xsd:double;
  dwc:startLongitude '-30.1433'^^xsd:double;
  dwc:endLongitude '-30.17'^^xsd:double;
  dwc:latitude '33.1725'^^xsd:double;
  dwc:startLatitude '33.1583'^^xsd:double;
  dwc:endLatitude '33.1867'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-29.88415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  geo-pos:lat "32.4625"^^xsd:decimal ;
  geo-pos:long "-29.88415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037823_86_DEC_012001'^^xsd:string;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.88415'^^xsd:double;
  dwc:startLongitude '-29.87'^^xsd:double;
  dwc:endLongitude '-29.8983'^^xsd:double;
  dwc:latitude '32.4625'^^xsd:double;
  dwc:startLatitude '32.4483'^^xsd:double;
  dwc:endLatitude '32.4767'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-29.88415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  geo-pos:lat "32.4625"^^xsd:decimal ;
  geo-pos:long "-29.88415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037823_86_DEC_033007'^^xsd:string;
  dwc:scientificName 'Gennadas tinayrei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.88415'^^xsd:double;
  dwc:startLongitude '-29.87'^^xsd:double;
  dwc:endLongitude '-29.8983'^^xsd:double;
  dwc:latitude '32.4625'^^xsd:double;
  dwc:startLatitude '32.4483'^^xsd:double;
  dwc:endLatitude '32.4767'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '107097'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '107097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  geo-pos:lat "49.71415"^^xsd:decimal ;
  geo-pos:long "-14.08415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_010055'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans unsorted juvs.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  geo-pos:lat "33.0975"^^xsd:decimal ;
  geo-pos:long "-30.085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_375002'^^xsd:string;
  dwc:scientificName 'Hygophum taaningi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126605'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '126605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  geo-pos:lat "33.0975"^^xsd:decimal ;
  geo-pos:long "-30.085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_406001'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67085 -14.1733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67085 -14.1733)"^^geo:wktLiteral ;
  geo-pos:lat "49.67085"^^xsd:decimal ;
  geo-pos:long "-14.1733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011520_86_PHY_011000'^^xsd:string;
  dwc:scientificName 'Apolemia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1733'^^xsd:double;
  dwc:startLongitude '-14.1583'^^xsd:double;
  dwc:endLongitude '-14.1883'^^xsd:double;
  dwc:latitude '49.67085'^^xsd:double;
  dwc:startLatitude '49.635'^^xsd:double;
  dwc:endLatitude '49.7067'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1505'^^xsd:integer;
  dwc:aphiaid '135393'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '135393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7825 -14.15165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.15165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7825 -14.15165)"^^geo:wktLiteral ;
  geo-pos:lat "49.7825"^^xsd:decimal ;
  geo-pos:long "-14.15165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011521_81_OST_010000'^^xsd:string;
  dwc:scientificName 'Conchoecia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.15165'^^xsd:double;
  dwc:startLongitude '-14.165'^^xsd:double;
  dwc:endLongitude '-14.1383'^^xsd:double;
  dwc:latitude '49.7825'^^xsd:double;
  dwc:startLatitude '49.7683'^^xsd:double;
  dwc:endLatitude '49.7967'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7825 -14.15165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.15165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7825 -14.15165)"^^geo:wktLiteral ;
  geo-pos:lat "49.7825"^^xsd:decimal ;
  geo-pos:long "-14.15165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011521_81_OST_010001'^^xsd:string;
  dwc:scientificName 'Conchoecia spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.15165'^^xsd:double;
  dwc:startLongitude '-14.165'^^xsd:double;
  dwc:endLongitude '-14.1383'^^xsd:double;
  dwc:latitude '49.7825'^^xsd:double;
  dwc:startLatitude '49.7683'^^xsd:double;
  dwc:endLatitude '49.7967'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183091'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7733"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  geo-pos:lat "49.7733"^^xsd:decimal ;
  geo-pos:long "-14.0583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011503_82_OST_010550'^^xsd:string;
  dwc:scientificName 'Conchoecia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.0583'^^xsd:double;
  dwc:startLongitude '-14.0333'^^xsd:double;
  dwc:endLongitude '-14.0833'^^xsd:double;
  dwc:latitude '49.7733'^^xsd:double;
  dwc:startLatitude '49.7633'^^xsd:double;
  dwc:endLatitude '49.7833'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127773'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70915"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  geo-pos:lat "49.70915"^^xsd:decimal ;
  geo-pos:long "-13.95085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011516_85_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-13.95085'^^xsd:double;
  dwc:startLongitude '-13.96'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.70915'^^xsd:double;
  dwc:startLatitude '49.725'^^xsd:double;
  dwc:endLatitude '49.6933'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70915"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70915 -13.95085)"^^geo:wktLiteral ;
  geo-pos:lat "49.70915"^^xsd:decimal ;
  geo-pos:long "-13.95085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011516_85_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-13.95085'^^xsd:double;
  dwc:startLongitude '-13.96'^^xsd:double;
  dwc:endLongitude '-13.9417'^^xsd:double;
  dwc:latitude '49.70915'^^xsd:double;
  dwc:startLatitude '49.725'^^xsd:double;
  dwc:endLatitude '49.6933'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.90165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  geo-pos:lat "32.54165"^^xsd:decimal ;
  geo-pos:long "-31.90165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038202_84_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-31.90165'^^xsd:double;
  dwc:startLongitude '-31.9483'^^xsd:double;
  dwc:endLongitude '-31.855'^^xsd:double;
  dwc:latitude '32.54165'^^xsd:double;
  dwc:startLatitude '32.53'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1981-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  geo-pos:lat "43.9525"^^xsd:decimal ;
  geo-pos:long "-14.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1106602_85_CAL_132002'^^xsd:string;
  dwc:scientificName 'Vogtia pentacantha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.14915'^^xsd:double;
  dwc:startLongitude '-14.1433'^^xsd:double;
  dwc:endLongitude '-14.155'^^xsd:double;
  dwc:latitude '43.9525'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9233'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135451'^^xsd:integer;
  dwc:observationDate '1984-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  geo-pos:lat "43.9525"^^xsd:decimal ;
  geo-pos:long "-14.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1106602_85_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.14915'^^xsd:double;
  dwc:startLongitude '-14.1433'^^xsd:double;
  dwc:endLongitude '-14.155'^^xsd:double;
  dwc:latitude '43.9525'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9233'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1984-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  geo-pos:lat "49.7892"^^xsd:decimal ;
  geo-pos:long "-14.1208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_DEC_034001'^^xsd:string;
  dwc:scientificName 'Sergia japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '421656'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  geo-pos:lat "49.7892"^^xsd:decimal ;
  geo-pos:long "-14.1208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_DEC_036013'^^xsd:string;
  dwc:scientificName 'Sergestes arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107125'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '515738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7892 -14.1208)"^^geo:wktLiteral ;
  geo-pos:lat "49.7892"^^xsd:decimal ;
  geo-pos:long "-14.1208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011511_86_FIS_011005'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.1208'^^xsd:double;
  dwc:startLongitude '-14.1083'^^xsd:double;
  dwc:endLongitude '-14.1333'^^xsd:double;
  dwc:latitude '49.7892'^^xsd:double;
  dwc:startLatitude '49.7717'^^xsd:double;
  dwc:endLatitude '49.8067'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  geo-pos:lat "49.71415"^^xsd:decimal ;
  geo-pos:long "-14.08415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_010009'^^xsd:string;
  dwc:scientificName 'Conchoecia inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '183081'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  geo-pos:lat "49.71415"^^xsd:decimal ;
  geo-pos:long "-14.08415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_010053'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-14.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.71415 -14.08415)"^^geo:wktLiteral ;
  geo-pos:lat "49.71415"^^xsd:decimal ;
  geo-pos:long "-14.08415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011507_83_OST_010054'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.08415'^^xsd:double;
  dwc:startLongitude '-14.0983'^^xsd:double;
  dwc:endLongitude '-14.07'^^xsd:double;
  dwc:latitude '49.71415'^^xsd:double;
  dwc:startLatitude '49.73'^^xsd:double;
  dwc:endLatitude '49.6983'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  geo-pos:lat "49.57665"^^xsd:decimal ;
  geo-pos:long "-13.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_84_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7733"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  geo-pos:lat "49.7733"^^xsd:decimal ;
  geo-pos:long "-14.0583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011503_82_OST_010450'^^xsd:string;
  dwc:scientificName 'Conchoecia haddoni s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.0583'^^xsd:double;
  dwc:startLongitude '-14.0333'^^xsd:double;
  dwc:endLongitude '-14.0833'^^xsd:double;
  dwc:latitude '49.7733'^^xsd:double;
  dwc:startLatitude '49.7633'^^xsd:double;
  dwc:endLatitude '49.7833'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '183079'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7733"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7733 -14.0583)"^^geo:wktLiteral ;
  geo-pos:lat "49.7733"^^xsd:decimal ;
  geo-pos:long "-14.0583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011503_82_OST_010500'^^xsd:string;
  dwc:scientificName 'Conchoecia loricata s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.0583'^^xsd:double;
  dwc:startLongitude '-14.0333'^^xsd:double;
  dwc:endLongitude '-14.0833'^^xsd:double;
  dwc:latitude '49.7733'^^xsd:double;
  dwc:startLatitude '49.7633'^^xsd:double;
  dwc:endLatitude '49.7833'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '183083'^^xsd:integer;
  dwc:observationDate '1979-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.27915 -11.8258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.27915"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.27915 -11.8258)"^^geo:wktLiteral ;
  geo-pos:lat "49.27915"^^xsd:decimal ;
  geo-pos:long "-11.8258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011004_85_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-11.8258'^^xsd:double;
  dwc:startLongitude '-11.8033'^^xsd:double;
  dwc:endLongitude '-11.8483'^^xsd:double;
  dwc:latitude '49.27915'^^xsd:double;
  dwc:startLatitude '49.275'^^xsd:double;
  dwc:endLatitude '49.2833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1979-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "53"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  geo-pos:lat "33.0275"^^xsd:decimal ;
  geo-pos:long "-31.5875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023203_86_FIS_579002'^^xsd:string;
  dwc:scientificName 'Nemichthys curvirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.5875'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.58'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.04'^^xsd:double;
  dwc:endLatitude '33.015'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '53'^^xsd:integer;
  dwc:aphiaid '126305'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126305'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "602"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  geo-pos:lat "33.3275"^^xsd:decimal ;
  geo-pos:long "-33.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037611_85_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.52'^^xsd:double;
  dwc:startLongitude '-33.51'^^xsd:double;
  dwc:endLongitude '-33.53'^^xsd:double;
  dwc:latitude '33.3275'^^xsd:double;
  dwc:startLatitude '33.3117'^^xsd:double;
  dwc:endLatitude '33.3433'^^xsd:double;
  dwc:minimumDepth '602'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  geo-pos:lat "49.57665"^^xsd:decimal ;
  geo-pos:long "-13.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_84_CAL_143018'^^xsd:string;
  dwc:scientificName 'Lensia fowleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:aphiaid '135429'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '135429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  geo-pos:lat "49.57665"^^xsd:decimal ;
  geo-pos:long "-13.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_84_CAL_143019'^^xsd:string;
  dwc:scientificName 'Lensia havock'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:aphiaid '135431'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '135431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1480"^^xsd:integer ;
  dwc:maximumDepthInMeters "1570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57665 -13.17)"^^geo:wktLiteral ;
  geo-pos:lat "49.57665"^^xsd:decimal ;
  geo-pos:long "-13.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011104_84_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-13.17'^^xsd:double;
  dwc:startLongitude '-13.1317'^^xsd:double;
  dwc:endLongitude '-13.2083'^^xsd:double;
  dwc:latitude '49.57665'^^xsd:double;
  dwc:startLatitude '49.575'^^xsd:double;
  dwc:endLatitude '49.5783'^^xsd:double;
  dwc:minimumDepth '1480'^^xsd:integer;
  dwc:maximumDepth '1570'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  geo-pos:lat "33.03"^^xsd:decimal ;
  geo-pos:long "-31.47165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022832_85_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.47165'^^xsd:double;
  dwc:startLongitude '-31.49'^^xsd:double;
  dwc:endLongitude '-31.4533'^^xsd:double;
  dwc:latitude '33.03'^^xsd:double;
  dwc:startLatitude '33.0517'^^xsd:double;
  dwc:endLatitude '33.0083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  geo-pos:lat "32.27585"^^xsd:decimal ;
  geo-pos:long "-29.75585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  geo-pos:lat "32.27585"^^xsd:decimal ;
  geo-pos:long "-29.75585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_010012'^^xsd:string;
  dwc:scientificName 'Stylocheiron robustum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '110705'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  geo-pos:lat "33.01415"^^xsd:decimal ;
  geo-pos:long "-31.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022826_86_FIS_461005'^^xsd:string;
  dwc:scientificName 'Lampanyctus photonotus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.59'^^xsd:double;
  dwc:startLongitude '-31.5767'^^xsd:double;
  dwc:endLongitude '-31.6033'^^xsd:double;
  dwc:latitude '33.01415'^^xsd:double;
  dwc:startLatitude '32.995'^^xsd:double;
  dwc:endLatitude '33.0333'^^xsd:double;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '126618'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '126618'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3742"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  geo-pos:lat "32.3742"^^xsd:decimal ;
  geo-pos:long "-29.8992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037813_86_DEC_036002'^^xsd:string;
  dwc:scientificName 'Sergestes henseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8992'^^xsd:double;
  dwc:startLongitude '-29.8867'^^xsd:double;
  dwc:endLongitude '-29.9117'^^xsd:double;
  dwc:latitude '32.3742'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.4017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '240784'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '514121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3742"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  geo-pos:lat "32.3742"^^xsd:decimal ;
  geo-pos:long "-29.8992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037813_86_DEC_036008'^^xsd:string;
  dwc:scientificName 'Sergestes vigilax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8992'^^xsd:double;
  dwc:startLongitude '-29.8867'^^xsd:double;
  dwc:endLongitude '-29.9117'^^xsd:double;
  dwc:latitude '32.3742'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.4017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107133'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '514141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  geo-pos:lat "33.2925"^^xsd:decimal ;
  geo-pos:long "-33.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037605_86_CAL_143007'^^xsd:string;
  dwc:scientificName 'Lensia campanella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-33.3833'^^xsd:double;
  dwc:startLongitude '-33.3983'^^xsd:double;
  dwc:endLongitude '-33.3683'^^xsd:double;
  dwc:latitude '33.2925'^^xsd:double;
  dwc:startLatitude '33.3433'^^xsd:double;
  dwc:endLatitude '33.2417'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1981-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3975"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  geo-pos:lat "32.3975"^^xsd:decimal ;
  geo-pos:long "-29.8425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037807_86_PTE_021000'^^xsd:string;
  dwc:scientificName 'Styliola subula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8425'^^xsd:double;
  dwc:startLongitude '-29.8483'^^xsd:double;
  dwc:endLongitude '-29.8367'^^xsd:double;
  dwc:latitude '32.3975'^^xsd:double;
  dwc:startLatitude '32.4133'^^xsd:double;
  dwc:endLatitude '32.3817'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '139048'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '139048'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3975"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3975 -29.8425)"^^geo:wktLiteral ;
  geo-pos:lat "32.3975"^^xsd:decimal ;
  geo-pos:long "-29.8425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037807_86_PTE_023013'^^xsd:string;
  dwc:scientificName 'Clio andreae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8425'^^xsd:double;
  dwc:startLongitude '-29.8483'^^xsd:double;
  dwc:endLongitude '-29.8367'^^xsd:double;
  dwc:latitude '32.3975'^^xsd:double;
  dwc:startLatitude '32.4133'^^xsd:double;
  dwc:endLatitude '32.3817'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '224426'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '224426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  geo-pos:lat "45.62665"^^xsd:decimal ;
  geo-pos:long "-13.7842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  geo-pos:lat "45.62665"^^xsd:decimal ;
  geo-pos:long "-13.7842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  geo-pos:lat "45.62665"^^xsd:decimal ;
  geo-pos:long "-13.7842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  geo-pos:lat "33.0275"^^xsd:decimal ;
  geo-pos:long "-31.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_FIS_127001'^^xsd:string;
  dwc:scientificName 'Ceratoscopelus warmingi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '301455'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '126586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.51665 -30.715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.51665"^^xsd:decimal ;
  dwc:decimalLongitude "-30.715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.51665 -30.715)"^^geo:wktLiteral ;
  geo-pos:lat "32.51665"^^xsd:decimal ;
  geo-pos:long "-30.715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024509_86_CAL_121001'^^xsd:string;
  dwc:scientificName 'Nectadamas diomedeae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-30.715'^^xsd:double;
  dwc:startLongitude '-30.7017'^^xsd:double;
  dwc:endLongitude '-30.7283'^^xsd:double;
  dwc:latitude '32.51665'^^xsd:double;
  dwc:startLatitude '32.5'^^xsd:double;
  dwc:endLatitude '32.5333'^^xsd:double;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:aphiaid '135461'^^xsd:integer;
  dwc:observationDate '1980-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '135461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.475"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  geo-pos:lat "32.475"^^xsd:decimal ;
  geo-pos:long "-29.98085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037801_84_CAL_143007'^^xsd:string;
  dwc:scientificName 'Lensia campanella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-29.98085'^^xsd:double;
  dwc:startLongitude '-30.005'^^xsd:double;
  dwc:endLongitude '-29.9567'^^xsd:double;
  dwc:latitude '32.475'^^xsd:double;
  dwc:startLatitude '32.4933'^^xsd:double;
  dwc:endLatitude '32.4567'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1981-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.16"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  geo-pos:lat "33.16"^^xsd:decimal ;
  geo-pos:long "-31.4625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022818_84_PHY_010002'^^xsd:string;
  dwc:scientificName 'Frillagalma vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.4625'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4567'^^xsd:double;
  dwc:latitude '33.16'^^xsd:double;
  dwc:startLatitude '33.1683'^^xsd:double;
  dwc:endLatitude '33.1517'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '135488'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '135488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.29585 -33.63835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-33.63835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1400"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.29585 -33.63835)"^^geo:wktLiteral ;
  geo-pos:lat "33.29585"^^xsd:decimal ;
  geo-pos:long "-33.63835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037637_84_EUP_009001'^^xsd:string;
  dwc:scientificName 'Nematobrachion flexipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.63835'^^xsd:double;
  dwc:startLongitude '-33.6617'^^xsd:double;
  dwc:endLongitude '-33.615'^^xsd:double;
  dwc:latitude '33.29585'^^xsd:double;
  dwc:startLatitude '33.27'^^xsd:double;
  dwc:endLatitude '33.3217'^^xsd:double;
  dwc:minimumDepth '1400'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '110692'^^xsd:integer;
  dwc:observationDate '1981-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  geo-pos:lat "33.1483"^^xsd:decimal ;
  geo-pos:long "-33.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_147001'^^xsd:string;
  dwc:scientificName 'Eudoxoides mitra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '135423'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  geo-pos:lat "33.1483"^^xsd:decimal ;
  geo-pos:long "-33.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_147002'^^xsd:string;
  dwc:scientificName 'Eudoxoides spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '135424'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  geo-pos:lat "33.1483"^^xsd:decimal ;
  geo-pos:long "-33.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_181002'^^xsd:string;
  dwc:scientificName 'Ceratocymba sagittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '135406'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135406'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "-31.5075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022810_85_FIS_788000'^^xsd:string;
  dwc:scientificName 'Stomiatidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.5075'^^xsd:double;
  dwc:startLongitude '-31.5267'^^xsd:double;
  dwc:endLongitude '-31.4883'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '32.99'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '512301'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '382176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.425 -30.74585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.425"^^xsd:decimal ;
  dwc:decimalLongitude "-30.74585"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.425 -30.74585)"^^geo:wktLiteral ;
  geo-pos:lat "32.425"^^xsd:decimal ;
  geo-pos:long "-30.74585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024503_86_CAL_101000'^^xsd:string;
  dwc:scientificName 'Amphicaryon sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.74585'^^xsd:double;
  dwc:startLongitude '-30.7267'^^xsd:double;
  dwc:endLongitude '-30.765'^^xsd:double;
  dwc:latitude '32.425'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.42'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '435'^^xsd:integer;
  dwc:aphiaid '135370'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '135370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  geo-pos:lat "35.05085"^^xsd:decimal ;
  geo-pos:long "-33.1083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_EUP_005028'^^xsd:string;
  dwc:scientificName 'Euphausia hemigibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110686'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '110686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  geo-pos:lat "32.9942"^^xsd:decimal ;
  geo-pos:long "-33.2375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_008008'^^xsd:string;
  dwc:scientificName 'Nematoscelis atlantica 3/4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110694'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1649783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  geo-pos:lat "32.9942"^^xsd:decimal ;
  geo-pos:long "-33.2375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_009001'^^xsd:string;
  dwc:scientificName 'Nematobrachion flexipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110692'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  geo-pos:lat "32.9942"^^xsd:decimal ;
  geo-pos:long "-33.2375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "-31.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022806_84_FIS_260001'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '32.9783'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  geo-pos:lat "33.01"^^xsd:decimal ;
  geo-pos:long "-33.36165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037621_84_EUP_010013'^^xsd:string;
  dwc:scientificName 'Stylocheiron longecorne long/short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.36165'^^xsd:double;
  dwc:startLongitude '-33.3633'^^xsd:double;
  dwc:endLongitude '-33.36'^^xsd:double;
  dwc:latitude '33.01'^^xsd:double;
  dwc:startLatitude '33.0383'^^xsd:double;
  dwc:endLatitude '32.9817'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  geo-pos:lat "33.01"^^xsd:decimal ;
  geo-pos:long "-33.36165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037621_84_EUP_010015'^^xsd:string;
  dwc:scientificName 'Stylocheiron longecorne/affine/suhmi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.36165'^^xsd:double;
  dwc:startLongitude '-33.3633'^^xsd:double;
  dwc:endLongitude '-33.36'^^xsd:double;
  dwc:latitude '33.01'^^xsd:double;
  dwc:startLatitude '33.0383'^^xsd:double;
  dwc:endLatitude '32.9817'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110678'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9908"^^xsd:decimal ;
  dwc:decimalLongitude "-31.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "605"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9908 -31.465)"^^geo:wktLiteral ;
  geo-pos:lat "32.9908"^^xsd:decimal ;
  geo-pos:long "-31.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022803_84_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.465'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4617'^^xsd:double;
  dwc:latitude '32.9908'^^xsd:double;
  dwc:startLatitude '32.9683'^^xsd:double;
  dwc:endLatitude '33.0133'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '605'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.87165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.22835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  geo-pos:lat "32.87165"^^xsd:decimal ;
  geo-pos:long "-31.22835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024403_84_FIS_579001'^^xsd:string;
  dwc:scientificName 'Nemichthys scolopaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.22835'^^xsd:double;
  dwc:startLongitude '-31.225'^^xsd:double;
  dwc:endLongitude '-31.2317'^^xsd:double;
  dwc:latitude '32.87165'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.8933'^^xsd:double;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '126306'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '126306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1825"^^xsd:decimal ;
  dwc:decimalLongitude "-33.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  geo-pos:lat "33.1825"^^xsd:decimal ;
  geo-pos:long "-33.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037615_86_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.4575'^^xsd:double;
  dwc:startLongitude '-33.475'^^xsd:double;
  dwc:endLongitude '-33.44'^^xsd:double;
  dwc:latitude '33.1825'^^xsd:double;
  dwc:startLatitude '33.215'^^xsd:double;
  dwc:endLatitude '33.15'^^xsd:double;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "602"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  geo-pos:lat "33.3275"^^xsd:decimal ;
  geo-pos:long "-33.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037611_85_CAL_141006'^^xsd:string;
  dwc:scientificName 'Sulculeolaria monoica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.52'^^xsd:double;
  dwc:startLongitude '-33.51'^^xsd:double;
  dwc:endLongitude '-33.53'^^xsd:double;
  dwc:latitude '33.3275'^^xsd:double;
  dwc:startLatitude '33.3117'^^xsd:double;
  dwc:endLatitude '33.3433'^^xsd:double;
  dwc:minimumDepth '602'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:aphiaid '196553'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '196553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "602"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3275 -33.52)"^^geo:wktLiteral ;
  geo-pos:lat "33.3275"^^xsd:decimal ;
  geo-pos:long "-33.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037611_85_CAL_142002'^^xsd:string;
  dwc:scientificName 'Diphyes bojani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.52'^^xsd:double;
  dwc:startLongitude '-33.51'^^xsd:double;
  dwc:endLongitude '-33.53'^^xsd:double;
  dwc:latitude '33.3275'^^xsd:double;
  dwc:startLatitude '33.3117'^^xsd:double;
  dwc:endLatitude '33.3433'^^xsd:double;
  dwc:minimumDepth '602'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:aphiaid '135419'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '135419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  geo-pos:lat "33.09415"^^xsd:decimal ;
  geo-pos:long "-31.5175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04165"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  geo-pos:lat "35.04165"^^xsd:decimal ;
  geo-pos:long "-33.0967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037901_84_HET_007001'^^xsd:string;
  dwc:scientificName 'Pterotrachea coronata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.0967'^^xsd:double;
  dwc:startLongitude '-33.0617'^^xsd:double;
  dwc:endLongitude '-33.1317'^^xsd:double;
  dwc:latitude '35.04165'^^xsd:double;
  dwc:startLatitude '35.035'^^xsd:double;
  dwc:endLatitude '35.0483'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '139944'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '139944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69165"^^xsd:decimal ;
  dwc:decimalLongitude "-15.11085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  geo-pos:lat "39.69165"^^xsd:decimal ;
  geo-pos:long "-15.11085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109002_85_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.11085'^^xsd:double;
  dwc:startLongitude '-15.1217'^^xsd:double;
  dwc:endLongitude '-15.1'^^xsd:double;
  dwc:latitude '39.69165'^^xsd:double;
  dwc:startLatitude '39.695'^^xsd:double;
  dwc:endLatitude '39.6883'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  geo-pos:lat "33.2925"^^xsd:decimal ;
  geo-pos:long "-33.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037605_86_CAL_142002'^^xsd:string;
  dwc:scientificName 'Diphyes bojani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-33.3833'^^xsd:double;
  dwc:startLongitude '-33.3983'^^xsd:double;
  dwc:endLongitude '-33.3683'^^xsd:double;
  dwc:latitude '33.2925'^^xsd:double;
  dwc:startLatitude '33.3433'^^xsd:double;
  dwc:endLatitude '33.2417'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135419'^^xsd:integer;
  dwc:observationDate '1981-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '135419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  geo-pos:lat "33.2925"^^xsd:decimal ;
  geo-pos:long "-33.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037605_86_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-33.3833'^^xsd:double;
  dwc:startLongitude '-33.3983'^^xsd:double;
  dwc:endLongitude '-33.3683'^^xsd:double;
  dwc:latitude '33.2925'^^xsd:double;
  dwc:startLatitude '33.3433'^^xsd:double;
  dwc:endLatitude '33.2417'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1981-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2925 -33.3833)"^^geo:wktLiteral ;
  geo-pos:lat "33.2925"^^xsd:decimal ;
  geo-pos:long "-33.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037605_86_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-33.3833'^^xsd:double;
  dwc:startLongitude '-33.3983'^^xsd:double;
  dwc:endLongitude '-33.3683'^^xsd:double;
  dwc:latitude '33.2925'^^xsd:double;
  dwc:startLatitude '33.3433'^^xsd:double;
  dwc:endLatitude '33.2417'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1981-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  geo-pos:lat "33.07"^^xsd:decimal ;
  geo-pos:long "-31.50665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_FIS_011006'^^xsd:string;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.48 -30.6858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.48"^^xsd:decimal ;
  dwc:decimalLongitude "-30.6858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.48 -30.6858)"^^geo:wktLiteral ;
  geo-pos:lat "32.48"^^xsd:decimal ;
  geo-pos:long "-30.6858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024508_84_PHY_042001'^^xsd:string;
  dwc:scientificName 'Bargmannia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-30.6858'^^xsd:double;
  dwc:startLongitude '-30.6733'^^xsd:double;
  dwc:endLongitude '-30.6983'^^xsd:double;
  dwc:latitude '32.48'^^xsd:double;
  dwc:startLatitude '32.4633'^^xsd:double;
  dwc:endLatitude '32.4967'^^xsd:double;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135506'^^xsd:integer;
  dwc:observationDate '1980-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '135506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.51665 -30.715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.51665"^^xsd:decimal ;
  dwc:decimalLongitude "-30.715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.51665 -30.715)"^^geo:wktLiteral ;
  geo-pos:lat "32.51665"^^xsd:decimal ;
  geo-pos:long "-30.715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024509_86_CAL_101000'^^xsd:string;
  dwc:scientificName 'Amphicaryon sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-30.715'^^xsd:double;
  dwc:startLongitude '-30.7017'^^xsd:double;
  dwc:endLongitude '-30.7283'^^xsd:double;
  dwc:latitude '32.51665'^^xsd:double;
  dwc:startLatitude '32.5'^^xsd:double;
  dwc:endLatitude '32.5333'^^xsd:double;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:aphiaid '135370'^^xsd:integer;
  dwc:observationDate '1980-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '135370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  geo-pos:lat "32.43"^^xsd:decimal ;
  geo-pos:long "-30.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024502_85_MYS_016001'^^xsd:string;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.7'^^xsd:double;
  dwc:startLongitude '-30.6783'^^xsd:double;
  dwc:endLongitude '-30.7217'^^xsd:double;
  dwc:latitude '32.43'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.43'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  geo-pos:lat "32.43"^^xsd:decimal ;
  geo-pos:long "-30.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024502_85_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.7'^^xsd:double;
  dwc:startLongitude '-30.6783'^^xsd:double;
  dwc:endLongitude '-30.7217'^^xsd:double;
  dwc:latitude '32.43'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.43'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.43 -30.7)"^^geo:wktLiteral ;
  geo-pos:lat "32.43"^^xsd:decimal ;
  geo-pos:long "-30.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024502_85_PHY_051001'^^xsd:string;
  dwc:scientificName 'Physophora hydrostatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-30.7'^^xsd:double;
  dwc:startLongitude '-30.6783'^^xsd:double;
  dwc:endLongitude '-30.7217'^^xsd:double;
  dwc:latitude '32.43'^^xsd:double;
  dwc:startLatitude '32.43'^^xsd:double;
  dwc:endLatitude '32.43'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135504'^^xsd:integer;
  dwc:observationDate '1980-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '135504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7425"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  geo-pos:lat "32.7425"^^xsd:decimal ;
  geo-pos:long "-31.4608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023215_86_CAL_141003'^^xsd:string;
  dwc:scientificName 'Sulculeolaria turgida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4608'^^xsd:double;
  dwc:startLongitude '-31.4633'^^xsd:double;
  dwc:endLongitude '-31.4583'^^xsd:double;
  dwc:latitude '32.7425'^^xsd:double;
  dwc:startLatitude '32.7533'^^xsd:double;
  dwc:endLatitude '32.7317'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135448'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1825"^^xsd:decimal ;
  dwc:decimalLongitude "-33.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1825 -33.4575)"^^geo:wktLiteral ;
  geo-pos:lat "33.1825"^^xsd:decimal ;
  geo-pos:long "-33.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037615_86_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-33.4575'^^xsd:double;
  dwc:startLongitude '-33.475'^^xsd:double;
  dwc:endLongitude '-33.44'^^xsd:double;
  dwc:latitude '33.1825'^^xsd:double;
  dwc:startLatitude '33.215'^^xsd:double;
  dwc:endLatitude '33.15'^^xsd:double;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1981-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7825 -14.15165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.15165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7825 -14.15165)"^^geo:wktLiteral ;
  geo-pos:lat "49.7825"^^xsd:decimal ;
  geo-pos:long "-14.15165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011521_81_OST_010006'^^xsd:string;
  dwc:scientificName 'Conchoecia aequiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.15165'^^xsd:double;
  dwc:startLongitude '-14.165'^^xsd:double;
  dwc:endLongitude '-14.1383'^^xsd:double;
  dwc:latitude '49.7825'^^xsd:double;
  dwc:startLatitude '49.7683'^^xsd:double;
  dwc:endLatitude '49.7967'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:observationDate '1979-09-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "-31.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022806_84_FIS_135007'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '32.9783'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.47)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "-31.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022806_84_FIS_135008'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '32.9783'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:observationDate '1980-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0975"^^xsd:decimal ;
  dwc:decimalLongitude "-30.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0975 -30.085)"^^geo:wktLiteral ;
  geo-pos:lat "33.0975"^^xsd:decimal ;
  geo-pos:long "-30.085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022202_85_FIS_461010'^^xsd:string;
  dwc:scientificName 'Lampanyctus cuprarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-30.085'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.1'^^xsd:double;
  dwc:latitude '33.0975'^^xsd:double;
  dwc:startLatitude '33.0867'^^xsd:double;
  dwc:endLatitude '33.1083'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126613'^^xsd:integer;
  dwc:observationDate '1980-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '126613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 -31.5075)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "-31.5075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022810_85_FIS_783002'^^xsd:string;
  dwc:scientificName 'Sternoptyx pseudobscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.5075'^^xsd:double;
  dwc:startLongitude '-31.5267'^^xsd:double;
  dwc:endLongitude '-31.4883'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '32.99'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '127315'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127315'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.16"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  geo-pos:lat "33.16"^^xsd:decimal ;
  geo-pos:long "-31.4625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022818_84_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.4625'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4567'^^xsd:double;
  dwc:latitude '33.16'^^xsd:double;
  dwc:startLatitude '33.1683'^^xsd:double;
  dwc:endLatitude '33.1517'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.16"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.16 -31.4625)"^^geo:wktLiteral ;
  geo-pos:lat "33.16"^^xsd:decimal ;
  geo-pos:long "-31.4625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022818_84_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-31.4625'^^xsd:double;
  dwc:startLongitude '-31.4683'^^xsd:double;
  dwc:endLongitude '-31.4567'^^xsd:double;
  dwc:latitude '33.16'^^xsd:double;
  dwc:startLatitude '33.1683'^^xsd:double;
  dwc:endLatitude '33.1517'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1980-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1725"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1725 -30.15665)"^^geo:wktLiteral ;
  geo-pos:lat "33.1725"^^xsd:decimal ;
  geo-pos:long "-30.15665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022206_86_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.15665'^^xsd:double;
  dwc:startLongitude '-30.1433'^^xsd:double;
  dwc:endLongitude '-30.17'^^xsd:double;
  dwc:latitude '33.1725'^^xsd:double;
  dwc:startLatitude '33.1583'^^xsd:double;
  dwc:endLatitude '33.1867'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01415 -31.59)"^^geo:wktLiteral ;
  geo-pos:lat "33.01415"^^xsd:decimal ;
  geo-pos:long "-31.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022826_86_FIS_461002'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.59'^^xsd:double;
  dwc:startLongitude '-31.5767'^^xsd:double;
  dwc:endLongitude '-31.6033'^^xsd:double;
  dwc:latitude '33.01415'^^xsd:double;
  dwc:startLatitude '32.995'^^xsd:double;
  dwc:endLatitude '33.0333'^^xsd:double;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  geo-pos:lat "33.0275"^^xsd:decimal ;
  geo-pos:long "-31.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  geo-pos:lat "33.0275"^^xsd:decimal ;
  geo-pos:long "-31.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_FIS_011006'^^xsd:string;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.58)"^^geo:wktLiteral ;
  geo-pos:lat "33.0275"^^xsd:decimal ;
  geo-pos:long "-31.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022823_86_FIS_079001'^^xsd:string;
  dwc:scientificName 'Benthalbella infans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.58'^^xsd:double;
  dwc:startLongitude '-31.5667'^^xsd:double;
  dwc:endLongitude '-31.5933'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.01'^^xsd:double;
  dwc:endLatitude '33.045'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '126365'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '126365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  geo-pos:lat "33.03"^^xsd:decimal ;
  geo-pos:long "-31.47165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022832_85_CAL_143022'^^xsd:string;
  dwc:scientificName 'Lensia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.47165'^^xsd:double;
  dwc:startLongitude '-31.49'^^xsd:double;
  dwc:endLongitude '-31.4533'^^xsd:double;
  dwc:latitude '33.03'^^xsd:double;
  dwc:startLatitude '33.0517'^^xsd:double;
  dwc:endLatitude '33.0083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135430'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '135430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -31.47165)"^^geo:wktLiteral ;
  geo-pos:lat "33.03"^^xsd:decimal ;
  geo-pos:long "-31.47165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022832_85_CAL_143031'^^xsd:string;
  dwc:scientificName 'Lensia panikkari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-31.47165'^^xsd:double;
  dwc:startLongitude '-31.49'^^xsd:double;
  dwc:endLongitude '-31.4533'^^xsd:double;
  dwc:latitude '33.03'^^xsd:double;
  dwc:startLatitude '33.0517'^^xsd:double;
  dwc:endLatitude '33.0083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '287266'^^xsd:integer;
  dwc:observationDate '1980-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '287266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1292"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1292 -30.08415)"^^geo:wktLiteral ;
  geo-pos:lat "33.1292"^^xsd:decimal ;
  geo-pos:long "-30.08415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022209_86_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.08415'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.0983'^^xsd:double;
  dwc:latitude '33.1292'^^xsd:double;
  dwc:startLatitude '33.1167'^^xsd:double;
  dwc:endLatitude '33.1417'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "53"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0275 -31.5875)"^^geo:wktLiteral ;
  geo-pos:lat "33.0275"^^xsd:decimal ;
  geo-pos:long "-31.5875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023203_86_FIS_518000'^^xsd:string;
  dwc:scientificName 'Melanostomias sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.5875'^^xsd:double;
  dwc:startLongitude '-31.595'^^xsd:double;
  dwc:endLongitude '-31.58'^^xsd:double;
  dwc:latitude '33.0275'^^xsd:double;
  dwc:startLatitude '33.04'^^xsd:double;
  dwc:endLatitude '33.015'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '53'^^xsd:integer;
  dwc:aphiaid '126214'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  geo-pos:lat "35.05085"^^xsd:decimal ;
  geo-pos:long "-33.1083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  geo-pos:lat "35.05085"^^xsd:decimal ;
  geo-pos:long "-33.1083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_EUP_005003'^^xsd:string;
  dwc:scientificName 'Euphausia krohnii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110687'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '110687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  geo-pos:lat "35.05085"^^xsd:decimal ;
  geo-pos:long "-33.1083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_EUP_005005'^^xsd:string;
  dwc:scientificName 'Euphausia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110683'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '110683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05085"^^xsd:decimal ;
  dwc:decimalLongitude "-33.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05085 -33.1083)"^^geo:wktLiteral ;
  geo-pos:lat "35.05085"^^xsd:decimal ;
  geo-pos:long "-33.1083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037906_86_EUP_005023'^^xsd:string;
  dwc:scientificName 'Euphausia gibboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.1083'^^xsd:double;
  dwc:startLongitude '-33.1383'^^xsd:double;
  dwc:endLongitude '-33.0783'^^xsd:double;
  dwc:latitude '35.05085'^^xsd:double;
  dwc:startLatitude '35.0467'^^xsd:double;
  dwc:endLatitude '35.055'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110684'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '110684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.14085"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0325"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.14085 -30.0325)"^^geo:wktLiteral ;
  geo-pos:lat "33.14085"^^xsd:decimal ;
  geo-pos:long "-30.0325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022214_85_DEC_036005'^^xsd:string;
  dwc:scientificName 'Sergestes sargassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-30.0325'^^xsd:double;
  dwc:startLongitude '-30.01'^^xsd:double;
  dwc:endLongitude '-30.055'^^xsd:double;
  dwc:latitude '33.14085'^^xsd:double;
  dwc:startLatitude '33.145'^^xsd:double;
  dwc:endLatitude '33.1367'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107132'^^xsd:integer;
  dwc:observationDate '1980-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '514114'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8458"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  geo-pos:lat "32.8458"^^xsd:decimal ;
  geo-pos:long "-31.50085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023208_85_PHY_021002'^^xsd:string;
  dwc:scientificName 'Agalma okeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.50085'^^xsd:double;
  dwc:startLongitude '-31.505'^^xsd:double;
  dwc:endLongitude '-31.4967'^^xsd:double;
  dwc:latitude '32.8458'^^xsd:double;
  dwc:startLatitude '32.8583'^^xsd:double;
  dwc:endLatitude '32.8333'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:aphiaid '135485'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8458"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8458 -31.50085)"^^geo:wktLiteral ;
  geo-pos:lat "32.8458"^^xsd:decimal ;
  geo-pos:long "-31.50085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023208_85_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.50085'^^xsd:double;
  dwc:startLongitude '-31.505'^^xsd:double;
  dwc:endLongitude '-31.4967'^^xsd:double;
  dwc:latitude '32.8458'^^xsd:double;
  dwc:startLatitude '32.8583'^^xsd:double;
  dwc:endLatitude '32.8333'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8233 -31.4942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8233"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "530"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8233 -31.4942)"^^geo:wktLiteral ;
  geo-pos:lat "32.8233"^^xsd:decimal ;
  geo-pos:long "-31.4942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023209_86_CAL_102001'^^xsd:string;
  dwc:scientificName 'Maresearsia praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4942'^^xsd:double;
  dwc:startLongitude '-31.4967'^^xsd:double;
  dwc:endLongitude '-31.4917'^^xsd:double;
  dwc:latitude '32.8233'^^xsd:double;
  dwc:startLatitude '32.8333'^^xsd:double;
  dwc:endLatitude '32.8133'^^xsd:double;
  dwc:minimumDepth '530'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135460'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135460'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-12.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  geo-pos:lat "54.3883"^^xsd:decimal ;
  geo-pos:long "-12.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010510_86_PHY_042000'^^xsd:string;
  dwc:scientificName 'Bargmannia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-12.265'^^xsd:double;
  dwc:startLongitude '-12.2783'^^xsd:double;
  dwc:endLongitude '-12.2517'^^xsd:double;
  dwc:latitude '54.3883'^^xsd:double;
  dwc:startLatitude '54.4033'^^xsd:double;
  dwc:endLatitude '54.3733'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135398'^^xsd:integer;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '135398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7425"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  geo-pos:lat "32.7425"^^xsd:decimal ;
  geo-pos:long "-31.4608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023215_86_CAL_141001'^^xsd:string;
  dwc:scientificName 'Sulculeolaria quadrivalvis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4608'^^xsd:double;
  dwc:startLongitude '-31.4633'^^xsd:double;
  dwc:endLongitude '-31.4583'^^xsd:double;
  dwc:latitude '32.7425'^^xsd:double;
  dwc:startLatitude '32.7533'^^xsd:double;
  dwc:endLatitude '32.7317'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135447'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7425"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7425 -31.4608)"^^geo:wktLiteral ;
  geo-pos:lat "32.7425"^^xsd:decimal ;
  geo-pos:long "-31.4608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023215_86_CAL_141002'^^xsd:string;
  dwc:scientificName 'Sulculeolaria biloba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-31.4608'^^xsd:double;
  dwc:startLongitude '-31.4633'^^xsd:double;
  dwc:endLongitude '-31.4583'^^xsd:double;
  dwc:latitude '32.7425'^^xsd:double;
  dwc:startLatitude '32.7533'^^xsd:double;
  dwc:endLatitude '32.7317'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135445'^^xsd:integer;
  dwc:observationDate '1980-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "405"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  geo-pos:lat "54.78165"^^xsd:decimal ;
  geo-pos:long "-13.02585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010521_86_DEC_053000'^^xsd:string;
  dwc:scientificName 'Brachyura spp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.02585'^^xsd:double;
  dwc:startLongitude '-13.0017'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '54.78165'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.7933'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '405'^^xsd:integer;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.30585"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  geo-pos:lat "32.30585"^^xsd:decimal ;
  geo-pos:long "-31.4775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023219_86_CAL_143032'^^xsd:string;
  dwc:scientificName 'Lensia campanella var. 7824'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.4775'^^xsd:double;
  dwc:startLongitude '-31.485'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '32.30585'^^xsd:double;
  dwc:startLatitude '32.315'^^xsd:double;
  dwc:endLatitude '32.2967'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.30585"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  geo-pos:lat "32.30585"^^xsd:decimal ;
  geo-pos:long "-31.4775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023219_86_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.4775'^^xsd:double;
  dwc:startLongitude '-31.485'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '32.30585'^^xsd:double;
  dwc:startLatitude '32.315'^^xsd:double;
  dwc:endLatitude '32.2967'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  geo-pos:lat "49.4433"^^xsd:decimal ;
  geo-pos:long "-12.8075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010806_84_DEC_033000'^^xsd:string;
  dwc:scientificName 'Gennadas sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.8075'^^xsd:double;
  dwc:startLongitude '-12.7967'^^xsd:double;
  dwc:endLongitude '-12.8183'^^xsd:double;
  dwc:latitude '49.4433'^^xsd:double;
  dwc:startLatitude '49.4633'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '106813'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106813'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.06335"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.06335 -30.0625)"^^geo:wktLiteral ;
  geo-pos:lat "33.06335"^^xsd:decimal ;
  geo-pos:long "-30.0625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1022217_85_PHY_021002'^^xsd:string;
  dwc:scientificName 'Agalma okeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-30.0625'^^xsd:double;
  dwc:startLongitude '-30.0483'^^xsd:double;
  dwc:endLongitude '-30.0767'^^xsd:double;
  dwc:latitude '33.06335'^^xsd:double;
  dwc:startLatitude '33.075'^^xsd:double;
  dwc:endLatitude '33.0517'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '135485'^^xsd:integer;
  dwc:observationDate '1980-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '135485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0108 -31.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-31.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0108 -31.655)"^^geo:wktLiteral ;
  geo-pos:lat "32.0108"^^xsd:decimal ;
  geo-pos:long "-31.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023309_86_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-31.655'^^xsd:double;
  dwc:startLongitude '-31.635'^^xsd:double;
  dwc:endLongitude '-31.675'^^xsd:double;
  dwc:latitude '32.0108'^^xsd:double;
  dwc:startLatitude '32.0083'^^xsd:double;
  dwc:endLatitude '32.0133'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0108 -31.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-31.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0108 -31.655)"^^geo:wktLiteral ;
  geo-pos:lat "32.0108"^^xsd:decimal ;
  geo-pos:long "-31.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023309_86_EUP_000000'^^xsd:string;
  dwc:scientificName 'Unidentified euphausiid'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-31.655'^^xsd:double;
  dwc:startLongitude '-31.635'^^xsd:double;
  dwc:endLongitude '-31.675'^^xsd:double;
  dwc:latitude '32.0108'^^xsd:double;
  dwc:startLatitude '32.0083'^^xsd:double;
  dwc:endLatitude '32.0133'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '110671'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '110671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0108 -31.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-31.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0108 -31.655)"^^geo:wktLiteral ;
  geo-pos:lat "32.0108"^^xsd:decimal ;
  geo-pos:long "-31.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023309_86_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-31.655'^^xsd:double;
  dwc:startLongitude '-31.635'^^xsd:double;
  dwc:endLongitude '-31.675'^^xsd:double;
  dwc:latitude '32.0108'^^xsd:double;
  dwc:startLatitude '32.0083'^^xsd:double;
  dwc:endLatitude '32.0133'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-12.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  geo-pos:lat "54.3883"^^xsd:decimal ;
  geo-pos:long "-12.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010510_86_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-12.265'^^xsd:double;
  dwc:startLongitude '-12.2783'^^xsd:double;
  dwc:endLongitude '-12.2517'^^xsd:double;
  dwc:latitude '54.3883'^^xsd:double;
  dwc:startLatitude '54.4033'^^xsd:double;
  dwc:endLatitude '54.3733'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-12.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3883 -12.265)"^^geo:wktLiteral ;
  geo-pos:lat "54.3883"^^xsd:decimal ;
  geo-pos:long "-12.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010510_86_PHY_011000'^^xsd:string;
  dwc:scientificName 'Apolemia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-12.265'^^xsd:double;
  dwc:startLongitude '-12.2783'^^xsd:double;
  dwc:endLongitude '-12.2517'^^xsd:double;
  dwc:latitude '54.3883'^^xsd:double;
  dwc:startLatitude '54.4033'^^xsd:double;
  dwc:endLatitude '54.3733'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135393'^^xsd:integer;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '135393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "405"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  geo-pos:lat "54.78165"^^xsd:decimal ;
  geo-pos:long "-13.02585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010521_86_DEC_034014'^^xsd:string;
  dwc:scientificName 'Sergia robustus/bisulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.02585'^^xsd:double;
  dwc:startLongitude '-13.0017'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '54.78165'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.7933'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '405'^^xsd:integer;
  dwc:aphiaid '142277'^^xsd:integer;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '1732131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78165"^^xsd:decimal ;
  dwc:decimalLongitude "-13.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "405"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78165 -13.02585)"^^geo:wktLiteral ;
  geo-pos:lat "54.78165"^^xsd:decimal ;
  geo-pos:long "-13.02585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010521_86_DEC_036013'^^xsd:string;
  dwc:scientificName 'Sergestes arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-13.02585'^^xsd:double;
  dwc:startLongitude '-13.0017'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '54.78165'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.7933'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '405'^^xsd:integer;
  dwc:aphiaid '107125'^^xsd:integer;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '515738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  geo-pos:lat "49.4433"^^xsd:decimal ;
  geo-pos:long "-12.8075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010806_84_DEC_009001'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sulcatifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.8075'^^xsd:double;
  dwc:startLongitude '-12.7967'^^xsd:double;
  dwc:endLongitude '-12.8183'^^xsd:double;
  dwc:latitude '49.4433'^^xsd:double;
  dwc:startLatitude '49.4633'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '107673'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4433 -12.8075)"^^geo:wktLiteral ;
  geo-pos:lat "49.4433"^^xsd:decimal ;
  geo-pos:long "-12.8075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010806_84_DEC_019000'^^xsd:string;
  dwc:scientificName 'Nematocarcinus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.8075'^^xsd:double;
  dwc:startLongitude '-12.7967'^^xsd:double;
  dwc:endLongitude '-12.8183'^^xsd:double;
  dwc:latitude '49.4433'^^xsd:double;
  dwc:startLatitude '49.4633'^^xsd:double;
  dwc:endLatitude '49.4233'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '107015'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.01"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.01 -33.36165)"^^geo:wktLiteral ;
  geo-pos:lat "33.01"^^xsd:decimal ;
  geo-pos:long "-33.36165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037621_84_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.36165'^^xsd:double;
  dwc:startLongitude '-33.3633'^^xsd:double;
  dwc:endLongitude '-33.36'^^xsd:double;
  dwc:latitude '33.01'^^xsd:double;
  dwc:startLatitude '33.0383'^^xsd:double;
  dwc:endLatitude '32.9817'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  geo-pos:lat "34.8292"^^xsd:decimal ;
  geo-pos:long "-33.0125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_DEC_036001'^^xsd:string;
  dwc:scientificName 'Sergestes curvatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '240902'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '585549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  geo-pos:lat "49.3"^^xsd:decimal ;
  geo-pos:long "-12.4817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010902_85_DEC_019000'^^xsd:string;
  dwc:scientificName 'Nematocarcinus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.4817'^^xsd:double;
  dwc:startLongitude '-12.4567'^^xsd:double;
  dwc:endLongitude '-12.5067'^^xsd:double;
  dwc:latitude '49.3'^^xsd:double;
  dwc:startLatitude '49.31'^^xsd:double;
  dwc:endLatitude '49.29'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1155'^^xsd:integer;
  dwc:aphiaid '107015'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  geo-pos:lat "49.3"^^xsd:decimal ;
  geo-pos:long "-12.4817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010902_85_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.4817'^^xsd:double;
  dwc:startLongitude '-12.4567'^^xsd:double;
  dwc:endLongitude '-12.5067'^^xsd:double;
  dwc:latitude '49.3'^^xsd:double;
  dwc:startLatitude '49.31'^^xsd:double;
  dwc:endLatitude '49.29'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1155'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3 -12.4817)"^^geo:wktLiteral ;
  geo-pos:lat "49.3"^^xsd:decimal ;
  geo-pos:long "-12.4817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1010902_85_DEC_034001'^^xsd:string;
  dwc:scientificName 'Sergia japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.4817'^^xsd:double;
  dwc:startLongitude '-12.4567'^^xsd:double;
  dwc:endLongitude '-12.5067'^^xsd:double;
  dwc:latitude '49.3'^^xsd:double;
  dwc:startLatitude '49.31'^^xsd:double;
  dwc:endLatitude '49.29'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1155'^^xsd:integer;
  dwc:aphiaid '421656'^^xsd:integer;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.27915 -11.8258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.27915"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.27915 -11.8258)"^^geo:wktLiteral ;
  geo-pos:lat "49.27915"^^xsd:decimal ;
  geo-pos:long "-11.8258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1011004_82_OST_010815'^^xsd:string;
  dwc:scientificName 'Conchoecia discoveryi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-11.8258'^^xsd:double;
  dwc:startLongitude '-11.8033'^^xsd:double;
  dwc:endLongitude '-11.8483'^^xsd:double;
  dwc:latitude '49.27915'^^xsd:double;
  dwc:startLatitude '49.275'^^xsd:double;
  dwc:endLatitude '49.2833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:observationDate '1979-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9675 -34.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9675"^^xsd:decimal ;
  dwc:decimalLongitude "-34.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9675 -34.08)"^^geo:wktLiteral ;
  geo-pos:lat "29.9675"^^xsd:decimal ;
  geo-pos:long "-34.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038032_86_CAL_162002'^^xsd:string;
  dwc:scientificName 'Chuniphyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.08'^^xsd:double;
  dwc:startLongitude '-34.0533'^^xsd:double;
  dwc:endLongitude '-34.1067'^^xsd:double;
  dwc:latitude '29.9675'^^xsd:double;
  dwc:startLatitude '29.9767'^^xsd:double;
  dwc:endLatitude '29.9583'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '805'^^xsd:integer;
  dwc:aphiaid '135408'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135408'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  geo-pos:lat "45.67665"^^xsd:decimal ;
  geo-pos:long "-14.1642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105001_84_EUP_001017'^^xsd:string;
  dwc:scientificName 'Thysanopoda micropthalma acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1642'^^xsd:double;
  dwc:startLongitude '-14.1817'^^xsd:double;
  dwc:endLongitude '-14.1467'^^xsd:double;
  dwc:latitude '45.67665'^^xsd:double;
  dwc:startLatitude '45.69'^^xsd:double;
  dwc:endLatitude '45.6633'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:observationDate '1984-04-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  geo-pos:lat "45.67665"^^xsd:decimal ;
  geo-pos:long "-14.1642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105001_84_EUP_005003'^^xsd:string;
  dwc:scientificName 'Euphausia krohnii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1642'^^xsd:double;
  dwc:startLongitude '-14.1817'^^xsd:double;
  dwc:endLongitude '-14.1467'^^xsd:double;
  dwc:latitude '45.67665'^^xsd:double;
  dwc:startLatitude '45.69'^^xsd:double;
  dwc:endLatitude '45.6633'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110687'^^xsd:integer;
  dwc:observationDate '1984-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '110687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1567 -31.8475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1567"^^xsd:decimal ;
  dwc:decimalLongitude "-31.8475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1567 -31.8475)"^^geo:wktLiteral ;
  geo-pos:lat "33.1567"^^xsd:decimal ;
  geo-pos:long "-31.8475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024116_86_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.8475'^^xsd:double;
  dwc:startLongitude '-31.835'^^xsd:double;
  dwc:endLongitude '-31.86'^^xsd:double;
  dwc:latitude '33.1567'^^xsd:double;
  dwc:startLatitude '33.1667'^^xsd:double;
  dwc:endLatitude '33.1467'^^xsd:double;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.87165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.22835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  geo-pos:lat "32.87165"^^xsd:decimal ;
  geo-pos:long "-31.22835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024403_84_FIS_461002'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.22835'^^xsd:double;
  dwc:startLongitude '-31.225'^^xsd:double;
  dwc:endLongitude '-31.2317'^^xsd:double;
  dwc:latitude '32.87165'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.8933'^^xsd:double;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.87165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.22835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.87165 -31.22835)"^^geo:wktLiteral ;
  geo-pos:lat "32.87165"^^xsd:decimal ;
  geo-pos:long "-31.22835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024403_84_FIS_516004'^^xsd:string;
  dwc:scientificName 'Melamphaes typhlops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.22835'^^xsd:double;
  dwc:startLongitude '-31.225'^^xsd:double;
  dwc:endLongitude '-31.2317'^^xsd:double;
  dwc:latitude '32.87165'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.8933'^^xsd:double;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '127271'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '127271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  geo-pos:lat "33.09415"^^xsd:decimal ;
  geo-pos:long "-31.5175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_143020'^^xsd:string;
  dwc:scientificName 'Lensia exeter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '135428'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '135428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  geo-pos:lat "33.09415"^^xsd:decimal ;
  geo-pos:long "-31.5175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_143032'^^xsd:string;
  dwc:scientificName 'Lensia campanella var. 7824'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.09415"^^xsd:decimal ;
  dwc:decimalLongitude "-31.5175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.09415 -31.5175)"^^geo:wktLiteral ;
  geo-pos:lat "33.09415"^^xsd:decimal ;
  geo-pos:long "-31.5175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024307_86_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-31.5175'^^xsd:double;
  dwc:startLongitude '-31.515'^^xsd:double;
  dwc:endLongitude '-31.52'^^xsd:double;
  dwc:latitude '33.09415'^^xsd:double;
  dwc:startLatitude '33.07'^^xsd:double;
  dwc:endLatitude '33.1183'^^xsd:double;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1980-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  geo-pos:lat "33.07"^^xsd:decimal ;
  geo-pos:long "-31.50665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  geo-pos:lat "33.07"^^xsd:decimal ;
  geo-pos:long "-31.50665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_EUP_010012'^^xsd:string;
  dwc:scientificName 'Stylocheiron robustum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '110705'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '110705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.07"^^xsd:decimal ;
  dwc:decimalLongitude "-31.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "485"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.07 -31.50665)"^^geo:wktLiteral ;
  geo-pos:lat "33.07"^^xsd:decimal ;
  geo-pos:long "-31.50665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024301_84_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-31.50665'^^xsd:double;
  dwc:startLongitude '-31.5'^^xsd:double;
  dwc:endLongitude '-31.5133'^^xsd:double;
  dwc:latitude '33.07'^^xsd:double;
  dwc:startLatitude '33.0483'^^xsd:double;
  dwc:endLatitude '33.0917'^^xsd:double;
  dwc:minimumDepth '485'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1980-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  geo-pos:lat "33.18665"^^xsd:decimal ;
  geo-pos:long "-31.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_518000'^^xsd:string;
  dwc:scientificName 'Melanostomias sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '126214'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '126214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1567 -31.8475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1567"^^xsd:decimal ;
  dwc:decimalLongitude "-31.8475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1567 -31.8475)"^^geo:wktLiteral ;
  geo-pos:lat "33.1567"^^xsd:decimal ;
  geo-pos:long "-31.8475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024116_86_CAL_115001'^^xsd:string;
  dwc:scientificName 'Desmophyes annectens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.8475'^^xsd:double;
  dwc:startLongitude '-31.835'^^xsd:double;
  dwc:endLongitude '-31.86'^^xsd:double;
  dwc:latitude '33.1567'^^xsd:double;
  dwc:startLatitude '33.1667'^^xsd:double;
  dwc:endLatitude '33.1467'^^xsd:double;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:aphiaid '135457'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '135457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1567 -31.8475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1567"^^xsd:decimal ;
  dwc:decimalLongitude "-31.8475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1567 -31.8475)"^^geo:wktLiteral ;
  geo-pos:lat "33.1567"^^xsd:decimal ;
  geo-pos:long "-31.8475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024116_86_CAL_130000'^^xsd:string;
  dwc:scientificName 'Hippopodius/vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.8475'^^xsd:double;
  dwc:startLongitude '-31.835'^^xsd:double;
  dwc:endLongitude '-31.86'^^xsd:double;
  dwc:latitude '33.1567'^^xsd:double;
  dwc:startLatitude '33.1667'^^xsd:double;
  dwc:endLatitude '33.1467'^^xsd:double;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:aphiaid '135339'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '135339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66665"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17335 -29.66665)"^^geo:wktLiteral ;
  geo-pos:lat "32.17335"^^xsd:decimal ;
  geo-pos:long "-29.66665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037828_85_EUP_005005'^^xsd:string;
  dwc:scientificName 'Euphausia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.66665'^^xsd:double;
  dwc:startLongitude '-29.6883'^^xsd:double;
  dwc:endLongitude '-29.645'^^xsd:double;
  dwc:latitude '32.17335'^^xsd:double;
  dwc:startLatitude '32.1967'^^xsd:double;
  dwc:endLatitude '32.15'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110683'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '110683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65165 -14.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65165"^^xsd:decimal ;
  dwc:decimalLongitude "-14.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65165 -14.685)"^^geo:wktLiteral ;
  geo-pos:lat "39.65165"^^xsd:decimal ;
  geo-pos:long "-14.685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1104001_84_PHY_042001'^^xsd:string;
  dwc:scientificName 'Bargmannia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.685'^^xsd:double;
  dwc:startLongitude '-14.6617'^^xsd:double;
  dwc:endLongitude '-14.7083'^^xsd:double;
  dwc:latitude '39.65165'^^xsd:double;
  dwc:startLatitude '39.65'^^xsd:double;
  dwc:endLatitude '39.6533'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135506'^^xsd:integer;
  dwc:observationDate '1984-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6525 -14.72915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.72915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6525 -14.72915)"^^geo:wktLiteral ;
  geo-pos:lat "39.6525"^^xsd:decimal ;
  geo-pos:long "-14.72915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1104002_85_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.72915'^^xsd:double;
  dwc:startLongitude '-14.7083'^^xsd:double;
  dwc:endLongitude '-14.75'^^xsd:double;
  dwc:latitude '39.6525'^^xsd:double;
  dwc:startLatitude '39.6533'^^xsd:double;
  dwc:endLatitude '39.6517'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1984-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  geo-pos:lat "32.03835"^^xsd:decimal ;
  geo-pos:long "-31.55085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_660000'^^xsd:string;
  dwc:scientificName 'Paralepididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '125447'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '125447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  geo-pos:lat "33.18665"^^xsd:decimal ;
  geo-pos:long "-31.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  geo-pos:lat "33.18665"^^xsd:decimal ;
  geo-pos:long "-31.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_461005'^^xsd:string;
  dwc:scientificName 'Lampanyctus photonotus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '126618'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '126618'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.18665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "95"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.18665 -31.825)"^^geo:wktLiteral ;
  geo-pos:lat "33.18665"^^xsd:decimal ;
  geo-pos:long "-31.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1024107_84_FIS_464001'^^xsd:string;
  dwc:scientificName 'Leptostomias gladiator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-31.825'^^xsd:double;
  dwc:startLongitude '-31.8067'^^xsd:double;
  dwc:endLongitude '-31.8433'^^xsd:double;
  dwc:latitude '33.18665'^^xsd:double;
  dwc:startLatitude '33.1883'^^xsd:double;
  dwc:endLatitude '33.185'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '95'^^xsd:integer;
  dwc:aphiaid '127355'^^xsd:integer;
  dwc:observationDate '1980-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127355'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  geo-pos:lat "32.03835"^^xsd:decimal ;
  geo-pos:long "-31.55085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_461010'^^xsd:string;
  dwc:scientificName 'Lampanyctus cuprarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126613'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '126613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  geo-pos:lat "32.03835"^^xsd:decimal ;
  geo-pos:long "-31.55085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_512001'^^xsd:string;
  dwc:scientificName 'Malacosteus niger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '127358'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  geo-pos:lat "32.03835"^^xsd:decimal ;
  geo-pos:long "-31.55085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_525000'^^xsd:string;
  dwc:scientificName 'Myctophidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '125498'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '125498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03835"^^xsd:decimal ;
  dwc:decimalLongitude "-31.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03835 -31.55085)"^^geo:wktLiteral ;
  geo-pos:lat "32.03835"^^xsd:decimal ;
  geo-pos:long "-31.55085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023327_85_FIS_609001'^^xsd:string;
  dwc:scientificName 'Omosudis lowei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-31.55085'^^xsd:double;
  dwc:startLongitude '-31.5317'^^xsd:double;
  dwc:endLongitude '-31.57'^^xsd:double;
  dwc:latitude '32.03835'^^xsd:double;
  dwc:startLatitude '32.0417'^^xsd:double;
  dwc:endLatitude '32.035'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '126351'^^xsd:integer;
  dwc:observationDate '1980-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '272087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-29.88415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "105"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4625 -29.88415)"^^geo:wktLiteral ;
  geo-pos:lat "32.4625"^^xsd:decimal ;
  geo-pos:long "-29.88415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037823_86_DEC_034000'^^xsd:string;
  dwc:scientificName 'Sergia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-29.88415'^^xsd:double;
  dwc:startLongitude '-29.87'^^xsd:double;
  dwc:endLongitude '-29.8983'^^xsd:double;
  dwc:latitude '32.4625'^^xsd:double;
  dwc:startLatitude '32.4483'^^xsd:double;
  dwc:endLatitude '32.4767'^^xsd:double;
  dwc:minimumDepth '105'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '142277'^^xsd:integer;
  dwc:observationDate '1981-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '1732131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94915"^^xsd:decimal ;
  dwc:decimalLongitude "-34.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  geo-pos:lat "29.94915"^^xsd:decimal ;
  geo-pos:long "-34.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038028_85_CAL_143007'^^xsd:string;
  dwc:scientificName 'Lensia campanella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.02'^^xsd:double;
  dwc:startLongitude '-33.9967'^^xsd:double;
  dwc:endLongitude '-34.0433'^^xsd:double;
  dwc:latitude '29.94915'^^xsd:double;
  dwc:startLatitude '29.96'^^xsd:double;
  dwc:endLatitude '29.9383'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196555'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '196555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4 -14.96165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4"^^xsd:decimal ;
  dwc:decimalLongitude "-14.96165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4 -14.96165)"^^geo:wktLiteral ;
  geo-pos:lat "39.4"^^xsd:decimal ;
  geo-pos:long "-14.96165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1103601_84_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-14.96165'^^xsd:double;
  dwc:startLongitude '-14.94'^^xsd:double;
  dwc:endLongitude '-14.9833'^^xsd:double;
  dwc:latitude '39.4'^^xsd:double;
  dwc:startLatitude '39.3883'^^xsd:double;
  dwc:endLatitude '39.4117'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1984-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_461001'^^xsd:string;
  dwc:scientificName 'Lampanyctus ater'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '126611'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_461002'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_461003'^^xsd:string;
  dwc:scientificName 'Lampanyctus alatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '126610'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27585"^^xsd:decimal ;
  dwc:decimalLongitude "-29.75585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27585 -29.75585)"^^geo:wktLiteral ;
  geo-pos:lat "32.27585"^^xsd:decimal ;
  geo-pos:long "-29.75585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037818_84_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.75585'^^xsd:double;
  dwc:startLongitude '-29.745'^^xsd:double;
  dwc:endLongitude '-29.7667'^^xsd:double;
  dwc:latitude '32.27585'^^xsd:double;
  dwc:startLatitude '32.2617'^^xsd:double;
  dwc:endLatitude '32.29'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5208"^^xsd:decimal ;
  dwc:decimalLongitude "-31.9925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  geo-pos:lat "32.5208"^^xsd:decimal ;
  geo-pos:long "-31.9925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038225_86_CAL_142002'^^xsd:string;
  dwc:scientificName 'Diphyes bojani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.9925'^^xsd:double;
  dwc:startLongitude '-31.9583'^^xsd:double;
  dwc:endLongitude '-32.0267'^^xsd:double;
  dwc:latitude '32.5208'^^xsd:double;
  dwc:startLatitude '32.5233'^^xsd:double;
  dwc:endLatitude '32.5183'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135419'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '135419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5208"^^xsd:decimal ;
  dwc:decimalLongitude "-31.9925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  geo-pos:lat "32.5208"^^xsd:decimal ;
  geo-pos:long "-31.9925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038225_86_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.9925'^^xsd:double;
  dwc:startLongitude '-31.9583'^^xsd:double;
  dwc:endLongitude '-32.0267'^^xsd:double;
  dwc:latitude '32.5208'^^xsd:double;
  dwc:startLatitude '32.5233'^^xsd:double;
  dwc:endLatitude '32.5183'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3742"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3742 -29.8992)"^^geo:wktLiteral ;
  geo-pos:lat "32.3742"^^xsd:decimal ;
  geo-pos:long "-29.8992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037813_86_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.8992'^^xsd:double;
  dwc:startLongitude '-29.8867'^^xsd:double;
  dwc:endLongitude '-29.9117'^^xsd:double;
  dwc:latitude '32.3742'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.4017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-33.91165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-33.91165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038022_85_HET_007003'^^xsd:string;
  dwc:scientificName 'Pterotrachea scutata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-33.91165'^^xsd:double;
  dwc:startLongitude '-33.9433'^^xsd:double;
  dwc:endLongitude '-33.88'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.0633'^^xsd:double;
  dwc:endLatitude '30.0767'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '139947'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '139947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-31.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  geo-pos:lat "32.5867"^^xsd:decimal ;
  geo-pos:long "-31.885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038220_84_DEC_050002'^^xsd:string;
  dwc:scientificName 'Zoea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.885'^^xsd:double;
  dwc:startLongitude '-31.9033'^^xsd:double;
  dwc:endLongitude '-31.8667'^^xsd:double;
  dwc:latitude '32.5867'^^xsd:double;
  dwc:startLatitude '32.5867'^^xsd:double;
  dwc:endLatitude '32.5867'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '147124'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '122382'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.56085"^^xsd:decimal ;
  geo-pos:long "-32.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_034001'^^xsd:string;
  dwc:scientificName 'Sergia japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '421656'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.56085"^^xsd:decimal ;
  geo-pos:long "-32.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_034004'^^xsd:string;
  dwc:scientificName 'Sergia splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '107137'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '1056501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.56085"^^xsd:decimal ;
  geo-pos:long "-32.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_036001'^^xsd:string;
  dwc:scientificName 'Sergestes curvatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '240902'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '585549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3292 -29.83585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3292"^^xsd:decimal ;
  dwc:decimalLongitude "-29.83585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "602"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3292 -29.83585)"^^geo:wktLiteral ;
  geo-pos:lat "32.3292"^^xsd:decimal ;
  geo-pos:long "-29.83585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037808_84_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-29.83585'^^xsd:double;
  dwc:startLongitude '-29.84'^^xsd:double;
  dwc:endLongitude '-29.8317'^^xsd:double;
  dwc:latitude '32.3292'^^xsd:double;
  dwc:startLatitude '32.3467'^^xsd:double;
  dwc:endLatitude '32.3117'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '602'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1981-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2766"^^xsd:decimal ;
  dwc:decimalLongitude "-19.45395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  geo-pos:lat "47.2766"^^xsd:decimal ;
  geo-pos:long "-19.45395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179437_86_DEC_034001'^^xsd:string;
  dwc:scientificName 'Sergia japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.45395'^^xsd:double;
  dwc:startLongitude '-19.4732'^^xsd:double;
  dwc:endLongitude '-19.4347'^^xsd:double;
  dwc:latitude '47.2766'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2875'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '421656'^^xsd:integer;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2766"^^xsd:decimal ;
  dwc:decimalLongitude "-19.45395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  geo-pos:lat "47.2766"^^xsd:decimal ;
  geo-pos:long "-19.45395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179437_86_EUP_001010'^^xsd:string;
  dwc:scientificName 'Thysanopoda acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.45395'^^xsd:double;
  dwc:startLongitude '-19.4732'^^xsd:double;
  dwc:endLongitude '-19.4347'^^xsd:double;
  dwc:latitude '47.2766'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2875'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110712'^^xsd:integer;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '110712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  geo-pos:lat "29.87085"^^xsd:decimal ;
  geo-pos:long "-34.21915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_050001'^^xsd:string;
  dwc:scientificName 'Megalopas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5558"^^xsd:decimal ;
  dwc:decimalLongitude "-32.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  geo-pos:lat "32.5558"^^xsd:decimal ;
  geo-pos:long "-32.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038212_85_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.14915'^^xsd:double;
  dwc:startLongitude '-32.115'^^xsd:double;
  dwc:endLongitude '-32.1833'^^xsd:double;
  dwc:latitude '32.5558'^^xsd:double;
  dwc:startLatitude '32.5583'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5558"^^xsd:decimal ;
  dwc:decimalLongitude "-32.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  geo-pos:lat "32.5558"^^xsd:decimal ;
  geo-pos:long "-32.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038212_85_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.14915'^^xsd:double;
  dwc:startLongitude '-32.115'^^xsd:double;
  dwc:endLongitude '-32.1833'^^xsd:double;
  dwc:latitude '32.5558'^^xsd:double;
  dwc:startLatitude '32.5583'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.475"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.475 -29.98085)"^^geo:wktLiteral ;
  geo-pos:lat "32.475"^^xsd:decimal ;
  geo-pos:long "-29.98085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037801_84_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-29.98085'^^xsd:double;
  dwc:startLongitude '-30.005'^^xsd:double;
  dwc:endLongitude '-29.9567'^^xsd:double;
  dwc:latitude '32.475'^^xsd:double;
  dwc:startLatitude '32.4933'^^xsd:double;
  dwc:endLatitude '32.4567'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1981-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.59665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.76915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  geo-pos:lat "32.59665"^^xsd:decimal ;
  geo-pos:long "-31.76915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038207_86_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-31.76915'^^xsd:double;
  dwc:startLongitude '-31.7483'^^xsd:double;
  dwc:endLongitude '-31.79'^^xsd:double;
  dwc:latitude '32.59665'^^xsd:double;
  dwc:startLatitude '32.605'^^xsd:double;
  dwc:endLatitude '32.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.59665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.76915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  geo-pos:lat "32.59665"^^xsd:decimal ;
  geo-pos:long "-31.76915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038207_86_DEC_034001'^^xsd:string;
  dwc:scientificName 'Sergia japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-31.76915'^^xsd:double;
  dwc:startLongitude '-31.7483'^^xsd:double;
  dwc:endLongitude '-31.79'^^xsd:double;
  dwc:latitude '32.59665'^^xsd:double;
  dwc:startLatitude '32.605'^^xsd:double;
  dwc:endLatitude '32.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '421656'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.29585 -33.63835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-33.63835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1400"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.29585 -33.63835)"^^geo:wktLiteral ;
  geo-pos:lat "33.29585"^^xsd:decimal ;
  geo-pos:long "-33.63835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037637_84_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.63835'^^xsd:double;
  dwc:startLongitude '-33.6617'^^xsd:double;
  dwc:endLongitude '-33.615'^^xsd:double;
  dwc:latitude '33.29585'^^xsd:double;
  dwc:startLatitude '33.27'^^xsd:double;
  dwc:endLatitude '33.3217'^^xsd:double;
  dwc:minimumDepth '1400'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1981-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  geo-pos:lat "30.13335"^^xsd:decimal ;
  geo-pos:long "-33.87415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54165"^^xsd:decimal ;
  dwc:decimalLongitude "-31.90165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54165 -31.90165)"^^geo:wktLiteral ;
  geo-pos:lat "32.54165"^^xsd:decimal ;
  geo-pos:long "-31.90165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038202_84_DEC_037001'^^xsd:string;
  dwc:scientificName 'Petalidium obesum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-31.90165'^^xsd:double;
  dwc:startLongitude '-31.9483'^^xsd:double;
  dwc:endLongitude '-31.855'^^xsd:double;
  dwc:latitude '32.54165'^^xsd:double;
  dwc:startLatitude '32.53'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '107123'^^xsd:integer;
  dwc:observationDate '1981-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '107123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  geo-pos:lat "39.55665"^^xsd:decimal ;
  geo-pos:long "-14.9208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_PHY_010000'^^xsd:string;
  dwc:scientificName 'Physonect sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135335'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '135335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  geo-pos:lat "31.20085"^^xsd:decimal ;
  geo-pos:long "-25.3725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126132_84_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3725'^^xsd:double;
  dwc:startLongitude '-25.355'^^xsd:double;
  dwc:endLongitude '-25.39'^^xsd:double;
  dwc:latitude '31.20085'^^xsd:double;
  dwc:startLatitude '31.205'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.23775 -19.53065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.23775"^^xsd:decimal ;
  dwc:decimalLongitude "-19.53065"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.23775 -19.53065)"^^geo:wktLiteral ;
  geo-pos:lat "47.23775"^^xsd:decimal ;
  geo-pos:long "-19.53065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179426_85_CAL_132002'^^xsd:string;
  dwc:scientificName 'Vogtia pentacantha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.53065'^^xsd:double;
  dwc:startLongitude '-19.5433'^^xsd:double;
  dwc:endLongitude '-19.518'^^xsd:double;
  dwc:latitude '47.23775'^^xsd:double;
  dwc:startLatitude '47.2173'^^xsd:double;
  dwc:endLatitude '47.2582'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135451'^^xsd:integer;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-33.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1483 -33.465)"^^geo:wktLiteral ;
  geo-pos:lat "33.1483"^^xsd:decimal ;
  geo-pos:long "-33.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037632_85_CAL_182000'^^xsd:string;
  dwc:scientificName 'Abyla sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-33.465'^^xsd:double;
  dwc:startLongitude '-33.4517'^^xsd:double;
  dwc:endLongitude '-33.4783'^^xsd:double;
  dwc:latitude '33.1483'^^xsd:double;
  dwc:startLatitude '33.1433'^^xsd:double;
  dwc:endLatitude '33.1533'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '130'^^xsd:integer;
  dwc:aphiaid '135351'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.8825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  geo-pos:lat "30.0275"^^xsd:decimal ;
  geo-pos:long "-33.8825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038002_85_HET_003001'^^xsd:string;
  dwc:scientificName 'Atlanta peroni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-33.8825'^^xsd:double;
  dwc:startLongitude '-33.915'^^xsd:double;
  dwc:endLongitude '-33.85'^^xsd:double;
  dwc:latitude '30.0275'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '30.0333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '138838'^^xsd:integer;
  dwc:observationDate '1981-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '138838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94915"^^xsd:decimal ;
  dwc:decimalLongitude "-34.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  geo-pos:lat "29.94915"^^xsd:decimal ;
  geo-pos:long "-34.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038028_85_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.02'^^xsd:double;
  dwc:startLongitude '-33.9967'^^xsd:double;
  dwc:endLongitude '-34.0433'^^xsd:double;
  dwc:latitude '29.94915'^^xsd:double;
  dwc:startLatitude '29.96'^^xsd:double;
  dwc:endLatitude '29.9383'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94915"^^xsd:decimal ;
  dwc:decimalLongitude "-34.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  geo-pos:lat "29.94915"^^xsd:decimal ;
  geo-pos:long "-34.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038028_85_CAL_142002'^^xsd:string;
  dwc:scientificName 'Diphyes bojani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.02'^^xsd:double;
  dwc:startLongitude '-33.9967'^^xsd:double;
  dwc:endLongitude '-34.0433'^^xsd:double;
  dwc:latitude '29.94915'^^xsd:double;
  dwc:startLatitude '29.96'^^xsd:double;
  dwc:endLatitude '29.9383'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135419'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94915"^^xsd:decimal ;
  dwc:decimalLongitude "-34.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94915 -34.02)"^^geo:wktLiteral ;
  geo-pos:lat "29.94915"^^xsd:decimal ;
  geo-pos:long "-34.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038028_85_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-34.02'^^xsd:double;
  dwc:startLongitude '-33.9967'^^xsd:double;
  dwc:endLongitude '-34.0433'^^xsd:double;
  dwc:latitude '29.94915'^^xsd:double;
  dwc:startLatitude '29.96'^^xsd:double;
  dwc:endLatitude '29.9383'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1981-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9942"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1295"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9942 -33.2375)"^^geo:wktLiteral ;
  geo-pos:lat "32.9942"^^xsd:decimal ;
  geo-pos:long "-33.2375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037627_86_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-33.2375'^^xsd:double;
  dwc:startLongitude '-33.2433'^^xsd:double;
  dwc:endLongitude '-33.2317'^^xsd:double;
  dwc:latitude '32.9942'^^xsd:double;
  dwc:startLatitude '32.9667'^^xsd:double;
  dwc:endLatitude '33.0217'^^xsd:double;
  dwc:minimumDepth '1295'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1981-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-33.91165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-33.91165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038022_85_HET_007001'^^xsd:string;
  dwc:scientificName 'Pterotrachea coronata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-33.91165'^^xsd:double;
  dwc:startLongitude '-33.9433'^^xsd:double;
  dwc:endLongitude '-33.88'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.0633'^^xsd:double;
  dwc:endLatitude '30.0767'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '139944'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '139944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-33.91165"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -33.91165)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-33.91165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038022_85_HET_007002'^^xsd:string;
  dwc:scientificName 'Pterotrachea hippocampus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-33.91165'^^xsd:double;
  dwc:startLongitude '-33.9433'^^xsd:double;
  dwc:endLongitude '-33.88'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.0633'^^xsd:double;
  dwc:endLatitude '30.0767'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '139945'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '139945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  geo-pos:lat "47.33015"^^xsd:decimal ;
  geo-pos:long "-19.50715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  geo-pos:lat "47.33015"^^xsd:decimal ;
  geo-pos:long "-19.50715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  geo-pos:lat "47.33015"^^xsd:decimal ;
  geo-pos:long "-19.50715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.01165"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  geo-pos:lat "35.01165"^^xsd:decimal ;
  geo-pos:long "-32.88915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037939_84_EUP_008006'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps 0/0'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-32.88915'^^xsd:double;
  dwc:startLongitude '-32.8633'^^xsd:double;
  dwc:endLongitude '-32.915'^^xsd:double;
  dwc:latitude '35.01165'^^xsd:double;
  dwc:startLatitude '34.985'^^xsd:double;
  dwc:endLatitude '35.0383'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:aphiaid '110696'^^xsd:integer;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1649790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  geo-pos:lat "29.87085"^^xsd:decimal ;
  geo-pos:long "-34.21915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_036002'^^xsd:string;
  dwc:scientificName 'Sergestes henseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '240784'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '514121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  geo-pos:lat "29.87085"^^xsd:decimal ;
  geo-pos:long "-34.21915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_036005'^^xsd:string;
  dwc:scientificName 'Sergestes sargassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '107132'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '514114'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87085"^^xsd:decimal ;
  dwc:decimalLongitude "-34.21915"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87085 -34.21915)"^^geo:wktLiteral ;
  geo-pos:lat "29.87085"^^xsd:decimal ;
  geo-pos:long "-34.21915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038016_85_DEC_038000'^^xsd:string;
  dwc:scientificName 'Lucifer sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-34.21915'^^xsd:double;
  dwc:startLongitude '-34.2'^^xsd:double;
  dwc:endLongitude '-34.2383'^^xsd:double;
  dwc:latitude '29.87085'^^xsd:double;
  dwc:startLatitude '29.8817'^^xsd:double;
  dwc:endLatitude '29.86'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:observationDate '1981-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  geo-pos:lat "30.13335"^^xsd:decimal ;
  geo-pos:long "-33.87415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_DEC_006003'^^xsd:string;
  dwc:scientificName 'Meningodora miccyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107595'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  geo-pos:lat "30.13335"^^xsd:decimal ;
  geo-pos:long "-33.87415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_DEC_007000'^^xsd:string;
  dwc:scientificName 'Notostomus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107025'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  geo-pos:lat "30.13335"^^xsd:decimal ;
  geo-pos:long "-33.87415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_DEC_009001'^^xsd:string;
  dwc:scientificName 'Parapasiphaea sulcatifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107673'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.87415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13335 -33.87415)"^^geo:wktLiteral ;
  geo-pos:lat "30.13335"^^xsd:decimal ;
  geo-pos:long "-33.87415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038009_85_DEC_030001'^^xsd:string;
  dwc:scientificName 'Bentheogennema intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-33.87415'^^xsd:double;
  dwc:startLongitude '-33.8483'^^xsd:double;
  dwc:endLongitude '-33.9'^^xsd:double;
  dwc:latitude '30.13335'^^xsd:double;
  dwc:startLatitude '30.1517'^^xsd:double;
  dwc:endLatitude '30.115'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '107086'^^xsd:integer;
  dwc:observationDate '1981-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-33.08585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  geo-pos:lat "35.0725"^^xsd:decimal ;
  geo-pos:long "-33.08585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037932_86_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.08585'^^xsd:double;
  dwc:startLongitude '-33.1167'^^xsd:double;
  dwc:endLongitude '-33.055'^^xsd:double;
  dwc:latitude '35.0725'^^xsd:double;
  dwc:startLatitude '35.085'^^xsd:double;
  dwc:endLatitude '35.06'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.8825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  geo-pos:lat "30.0275"^^xsd:decimal ;
  geo-pos:long "-33.8825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038002_85_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-33.8825'^^xsd:double;
  dwc:startLongitude '-33.915'^^xsd:double;
  dwc:endLongitude '-33.85'^^xsd:double;
  dwc:latitude '30.0275'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '30.0333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1981-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0275"^^xsd:decimal ;
  dwc:decimalLongitude "-33.8825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 -33.8825)"^^geo:wktLiteral ;
  geo-pos:lat "30.0275"^^xsd:decimal ;
  geo-pos:long "-33.8825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038002_85_HET_001001'^^xsd:string;
  dwc:scientificName 'Oxygyrus keraudreni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-33.8825'^^xsd:double;
  dwc:startLongitude '-33.915'^^xsd:double;
  dwc:endLongitude '-33.85'^^xsd:double;
  dwc:latitude '30.0275'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '30.0333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '138839'^^xsd:integer;
  dwc:observationDate '1981-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '138838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9525 -14.14915)"^^geo:wktLiteral ;
  geo-pos:lat "43.9525"^^xsd:decimal ;
  geo-pos:long "-14.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1106602_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.14915'^^xsd:double;
  dwc:startLongitude '-14.1433'^^xsd:double;
  dwc:endLongitude '-14.155'^^xsd:double;
  dwc:latitude '43.9525'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9233'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1984-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4133 -13.00335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4133"^^xsd:decimal ;
  dwc:decimalLongitude "-13.00335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4133 -13.00335)"^^geo:wktLiteral ;
  geo-pos:lat "50.4133"^^xsd:decimal ;
  geo-pos:long "-13.00335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5141101_230_FIS_063001'^^xsd:string;
  dwc:scientificName 'Bathysaurus ferox'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-13.00335'^^xsd:double;
  dwc:startLongitude '-12.985'^^xsd:double;
  dwc:endLongitude '-13.0217'^^xsd:double;
  dwc:latitude '50.4133'^^xsd:double;
  dwc:startLatitude '50.4533'^^xsd:double;
  dwc:endLatitude '50.3733'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '126369'^^xsd:integer;
  dwc:observationDate '1982-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '126369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579702_14_FIS_375005'^^xsd:string;
  dwc:scientificName 'Hygophum hygomi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.1583'^^xsd:double;
  dwc:startLongitude '14.1583'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '126603'^^xsd:integer;
  dwc:observationDate '1965-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  geo-pos:lat "34.9975"^^xsd:decimal ;
  geo-pos:long "-32.97665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.01165"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  geo-pos:lat "35.01165"^^xsd:decimal ;
  geo-pos:long "-32.88915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037939_84_EUP_007005'^^xsd:string;
  dwc:scientificName 'Thysanoessa longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-32.88915'^^xsd:double;
  dwc:startLongitude '-32.8633'^^xsd:double;
  dwc:endLongitude '-32.915'^^xsd:double;
  dwc:latitude '35.01165'^^xsd:double;
  dwc:startLatitude '34.985'^^xsd:double;
  dwc:endLatitude '35.0383'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:aphiaid '110709'^^xsd:integer;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '110709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.01165"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.01165 -32.88915)"^^geo:wktLiteral ;
  geo-pos:lat "35.01165"^^xsd:decimal ;
  geo-pos:long "-32.88915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037939_84_EUP_007015'^^xsd:string;
  dwc:scientificName 'Thysanoessa parva/gregaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-32.88915'^^xsd:double;
  dwc:startLongitude '-32.8633'^^xsd:double;
  dwc:endLongitude '-32.915'^^xsd:double;
  dwc:latitude '35.01165'^^xsd:double;
  dwc:startLatitude '34.985'^^xsd:double;
  dwc:endLatitude '35.0383'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:aphiaid '110679'^^xsd:integer;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '110679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-33.08585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  geo-pos:lat "35.0725"^^xsd:decimal ;
  geo-pos:long "-33.08585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037932_86_CAL_121001'^^xsd:string;
  dwc:scientificName 'Nectadamas diomedeae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.08585'^^xsd:double;
  dwc:startLongitude '-33.1167'^^xsd:double;
  dwc:endLongitude '-33.055'^^xsd:double;
  dwc:latitude '35.0725'^^xsd:double;
  dwc:startLatitude '35.085'^^xsd:double;
  dwc:endLatitude '35.06'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135461'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-33.08585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  geo-pos:lat "35.0725"^^xsd:decimal ;
  geo-pos:long "-33.08585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037932_86_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.08585'^^xsd:double;
  dwc:startLongitude '-33.1167'^^xsd:double;
  dwc:endLongitude '-33.055'^^xsd:double;
  dwc:latitude '35.0725'^^xsd:double;
  dwc:startLatitude '35.085'^^xsd:double;
  dwc:endLatitude '35.06'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-33.08585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0725 -33.08585)"^^geo:wktLiteral ;
  geo-pos:lat "35.0725"^^xsd:decimal ;
  geo-pos:long "-33.08585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037932_86_CAL_121005'^^xsd:string;
  dwc:scientificName 'Nectadamas richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.08585'^^xsd:double;
  dwc:startLongitude '-33.1167'^^xsd:double;
  dwc:endLongitude '-33.055'^^xsd:double;
  dwc:latitude '35.0725'^^xsd:double;
  dwc:startLatitude '35.085'^^xsd:double;
  dwc:endLatitude '35.06'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135462'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  geo-pos:lat "34.9975"^^xsd:decimal ;
  geo-pos:long "-32.97665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  geo-pos:lat "34.9975"^^xsd:decimal ;
  geo-pos:long "-32.97665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9975"^^xsd:decimal ;
  dwc:decimalLongitude "-32.97665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9975 -32.97665)"^^geo:wktLiteral ;
  geo-pos:lat "34.9975"^^xsd:decimal ;
  geo-pos:long "-32.97665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037926_86_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-32.97665'^^xsd:double;
  dwc:startLongitude '-32.9933'^^xsd:double;
  dwc:endLongitude '-32.96'^^xsd:double;
  dwc:latitude '34.9975'^^xsd:double;
  dwc:startLatitude '35.0083'^^xsd:double;
  dwc:endLatitude '34.9867'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  geo-pos:lat "35.11335"^^xsd:decimal ;
  geo-pos:long "-33.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_181000'^^xsd:string;
  dwc:scientificName 'Ceratocymba sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135354'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.62665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7842"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.62665 -13.7842)"^^geo:wktLiteral ;
  geo-pos:lat "45.62665"^^xsd:decimal ;
  geo-pos:long "-13.7842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105702_85_CAL_143022'^^xsd:string;
  dwc:scientificName 'Lensia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-13.7842'^^xsd:double;
  dwc:startLongitude '-13.8117'^^xsd:double;
  dwc:endLongitude '-13.7567'^^xsd:double;
  dwc:latitude '45.62665'^^xsd:double;
  dwc:startLatitude '45.6333'^^xsd:double;
  dwc:endLatitude '45.62'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135430'^^xsd:integer;
  dwc:observationDate '1984-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '135430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41835"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  geo-pos:lat "31.41835"^^xsd:decimal ;
  geo-pos:long "-25.3708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126127_82_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3708'^^xsd:double;
  dwc:startLongitude '-25.3733'^^xsd:double;
  dwc:endLongitude '-25.3683'^^xsd:double;
  dwc:latitude '31.41835'^^xsd:double;
  dwc:startLatitude '31.435'^^xsd:double;
  dwc:endLatitude '31.4017'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  geo-pos:lat "35.11335"^^xsd:decimal ;
  geo-pos:long "-33.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  geo-pos:lat "35.11335"^^xsd:decimal ;
  geo-pos:long "-33.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_161003'^^xsd:string;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.11335"^^xsd:decimal ;
  dwc:decimalLongitude "-33.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.11335 -33.14915)"^^geo:wktLiteral ;
  geo-pos:lat "35.11335"^^xsd:decimal ;
  geo-pos:long "-33.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037922_85_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-33.14915'^^xsd:double;
  dwc:startLongitude '-33.165'^^xsd:double;
  dwc:endLongitude '-33.1333'^^xsd:double;
  dwc:latitude '35.11335'^^xsd:double;
  dwc:startLatitude '35.125'^^xsd:double;
  dwc:endLatitude '35.1017'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  geo-pos:lat "34.8992"^^xsd:decimal ;
  geo-pos:long "-33.19915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_MYS_001000'^^xsd:string;
  dwc:scientificName 'Eucopia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '119825'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '119825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  geo-pos:lat "34.8992"^^xsd:decimal ;
  geo-pos:long "-33.19915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  geo-pos:lat "34.8992"^^xsd:decimal ;
  geo-pos:long "-33.19915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_MYS_001002'^^xsd:string;
  dwc:scientificName 'Eucopia grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '119917'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '119917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  geo-pos:lat "34.8292"^^xsd:decimal ;
  geo-pos:long "-33.0125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_DEC_033007'^^xsd:string;
  dwc:scientificName 'Gennadas tinayrei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '107097'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '107097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  geo-pos:lat "34.8292"^^xsd:decimal ;
  geo-pos:long "-33.0125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_DEC_034004'^^xsd:string;
  dwc:scientificName 'Sergia splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '107137'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '1056501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8292"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8292 -33.0125)"^^geo:wktLiteral ;
  geo-pos:lat "34.8292"^^xsd:decimal ;
  geo-pos:long "-33.0125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037912_85_DEC_036000'^^xsd:string;
  dwc:scientificName 'Sergestes sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.0125'^^xsd:double;
  dwc:startLongitude '-33.0133'^^xsd:double;
  dwc:endLongitude '-33.0117'^^xsd:double;
  dwc:latitude '34.8292'^^xsd:double;
  dwc:startLatitude '34.8467'^^xsd:double;
  dwc:endLatitude '34.8117'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '106829'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '106829'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8992"^^xsd:decimal ;
  dwc:decimalLongitude "-33.19915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8992 -33.19915)"^^geo:wktLiteral ;
  geo-pos:lat "34.8992"^^xsd:decimal ;
  geo-pos:long "-33.19915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037916_86_MYS_001003'^^xsd:string;
  dwc:scientificName 'Eucopia sculpticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-33.19915'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.2283'^^xsd:double;
  dwc:latitude '34.8992'^^xsd:double;
  dwc:startLatitude '34.8817'^^xsd:double;
  dwc:endLatitude '34.9167'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1410'^^xsd:integer;
  dwc:aphiaid '119920'^^xsd:integer;
  dwc:observationDate '1981-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '119920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3278"^^xsd:decimal ;
  dwc:decimalLongitude "-19.3636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  geo-pos:lat "47.3278"^^xsd:decimal ;
  geo-pos:long "-19.3636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179401_84_MED_600001'^^xsd:string;
  dwc:scientificName 'Chromatonema rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-19.3636'^^xsd:double;
  dwc:startLongitude '-19.3905'^^xsd:double;
  dwc:endLongitude '-19.3367'^^xsd:double;
  dwc:latitude '47.3278'^^xsd:double;
  dwc:startLatitude '47.3163'^^xsd:double;
  dwc:endLatitude '47.3393'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '174252'^^xsd:integer;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '174252'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3278"^^xsd:decimal ;
  dwc:decimalLongitude "-19.3636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  geo-pos:lat "47.3278"^^xsd:decimal ;
  geo-pos:long "-19.3636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179401_84_MYS_001000'^^xsd:string;
  dwc:scientificName 'Eucopia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-19.3636'^^xsd:double;
  dwc:startLongitude '-19.3905'^^xsd:double;
  dwc:endLongitude '-19.3367'^^xsd:double;
  dwc:latitude '47.3278'^^xsd:double;
  dwc:startLatitude '47.3163'^^xsd:double;
  dwc:endLatitude '47.3393'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '119825'^^xsd:integer;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '119825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67665 -14.1642)"^^geo:wktLiteral ;
  geo-pos:lat "45.67665"^^xsd:decimal ;
  geo-pos:long "-14.1642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1105001_84_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1642'^^xsd:double;
  dwc:startLongitude '-14.1817'^^xsd:double;
  dwc:endLongitude '-14.1467'^^xsd:double;
  dwc:latitude '45.67665'^^xsd:double;
  dwc:startLatitude '45.69'^^xsd:double;
  dwc:endLatitude '45.6633'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1984-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  geo-pos:lat "31.39165"^^xsd:decimal ;
  geo-pos:long "-25.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  geo-pos:lat "31.06"^^xsd:decimal ;
  geo-pos:long "-25.26835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_EUP_005028'^^xsd:string;
  dwc:scientificName 'Euphausia hemigibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110686'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  geo-pos:lat "31.06"^^xsd:decimal ;
  geo-pos:long "-25.26835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_EUP_008014'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps/atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110676'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1649781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  geo-pos:lat "31.06"^^xsd:decimal ;
  geo-pos:long "-25.26835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6525 -14.72915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6525"^^xsd:decimal ;
  dwc:decimalLongitude "-14.72915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6525 -14.72915)"^^geo:wktLiteral ;
  geo-pos:lat "39.6525"^^xsd:decimal ;
  geo-pos:long "-14.72915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1104002_85_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.72915'^^xsd:double;
  dwc:startLongitude '-14.7083'^^xsd:double;
  dwc:endLongitude '-14.75'^^xsd:double;
  dwc:latitude '39.6525'^^xsd:double;
  dwc:startLatitude '39.6533'^^xsd:double;
  dwc:endLatitude '39.6517'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1984-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  geo-pos:lat "36.74655"^^xsd:decimal ;
  geo-pos:long "-1.0111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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 "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  geo-pos:lat "28.0883"^^xsd:decimal ;
  geo-pos:long "-14.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579502_13_FIS_524005'^^xsd:string;
  dwc:scientificName 'Myctophum selenops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.15'^^xsd:double;
  dwc:startLongitude '14.15'^^xsd:double;
  dwc:latitude '28.0883'^^xsd:double;
  dwc:startLatitude '28.0883'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '126628'^^xsd:integer;
  dwc:observationDate '1965-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1525496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4 -14.96165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4"^^xsd:decimal ;
  dwc:decimalLongitude "-14.96165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4 -14.96165)"^^geo:wktLiteral ;
  geo-pos:lat "39.4"^^xsd:decimal ;
  geo-pos:long "-14.96165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1103601_84_CAL_143014'^^xsd:string;
  dwc:scientificName 'Lensia achilles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-14.96165'^^xsd:double;
  dwc:startLongitude '-14.94'^^xsd:double;
  dwc:endLongitude '-14.9833'^^xsd:double;
  dwc:latitude '39.4'^^xsd:double;
  dwc:startLatitude '39.3883'^^xsd:double;
  dwc:endLatitude '39.4117'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '135425'^^xsd:integer;
  dwc:observationDate '1984-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '135425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52915"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1200"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  geo-pos:lat "31.52915"^^xsd:decimal ;
  geo-pos:long "-25.4325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126166_84_FIS_470001'^^xsd:string;
  dwc:scientificName 'Loweina rara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-25.4325'^^xsd:double;
  dwc:startLongitude '-25.43'^^xsd:double;
  dwc:endLongitude '-25.435'^^xsd:double;
  dwc:latitude '31.52915'^^xsd:double;
  dwc:startLatitude '31.55'^^xsd:double;
  dwc:endLatitude '31.5083'^^xsd:double;
  dwc:minimumDepth '1200'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '126625'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52915"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1200"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  geo-pos:lat "31.52915"^^xsd:decimal ;
  geo-pos:long "-25.4325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126166_84_FIS_525000'^^xsd:string;
  dwc:scientificName 'Myctophidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-25.4325'^^xsd:double;
  dwc:startLongitude '-25.43'^^xsd:double;
  dwc:endLongitude '-25.435'^^xsd:double;
  dwc:latitude '31.52915'^^xsd:double;
  dwc:startLatitude '31.55'^^xsd:double;
  dwc:endLatitude '31.5083'^^xsd:double;
  dwc:minimumDepth '1200'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '125498'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '125498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  geo-pos:lat "31.2075"^^xsd:decimal ;
  geo-pos:long "-25.28665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_658001'^^xsd:string;
  dwc:scientificName 'Poromitra capito'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '127272'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '127272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.22"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5388"^^xsd:integer ;
  dwc:maximumDepthInMeters "5415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  geo-pos:lat "31.22"^^xsd:decimal ;
  geo-pos:long "-25.2158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126155_85_CHA_005009'^^xsd:string;
  dwc:scientificName 'Heterokrohnia heterodonta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-25.2158'^^xsd:double;
  dwc:startLongitude '-25.1883'^^xsd:double;
  dwc:endLongitude '-25.2433'^^xsd:double;
  dwc:latitude '31.22'^^xsd:double;
  dwc:startLatitude '31.195'^^xsd:double;
  dwc:endLatitude '31.245'^^xsd:double;
  dwc:minimumDepth '5388'^^xsd:integer;
  dwc:maximumDepth '5415'^^xsd:integer;
  dwc:aphiaid '105421'^^xsd:integer;
  dwc:observationDate '1985-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '105421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.22"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5388"^^xsd:integer ;
  dwc:maximumDepthInMeters "5415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  geo-pos:lat "31.22"^^xsd:decimal ;
  geo-pos:long "-25.2158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126155_85_DEC_004003'^^xsd:string;
  dwc:scientificName 'Hymenodora acanthitelsonis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-25.2158'^^xsd:double;
  dwc:startLongitude '-25.1883'^^xsd:double;
  dwc:endLongitude '-25.2433'^^xsd:double;
  dwc:latitude '31.22'^^xsd:double;
  dwc:startLatitude '31.195'^^xsd:double;
  dwc:endLatitude '31.245'^^xsd:double;
  dwc:minimumDepth '5388'^^xsd:integer;
  dwc:maximumDepth '5415'^^xsd:integer;
  dwc:aphiaid '107589'^^xsd:integer;
  dwc:observationDate '1985-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5208"^^xsd:decimal ;
  dwc:decimalLongitude "-31.9925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5208 -31.9925)"^^geo:wktLiteral ;
  geo-pos:lat "32.5208"^^xsd:decimal ;
  geo-pos:long "-31.9925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038225_86_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.9925'^^xsd:double;
  dwc:startLongitude '-31.9583'^^xsd:double;
  dwc:endLongitude '-32.0267'^^xsd:double;
  dwc:latitude '32.5208'^^xsd:double;
  dwc:startLatitude '32.5233'^^xsd:double;
  dwc:endLatitude '32.5183'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2108"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6233"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  geo-pos:lat "31.2108"^^xsd:decimal ;
  geo-pos:long "-25.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126139_84_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-25.6233'^^xsd:double;
  dwc:startLongitude '-25.6233'^^xsd:double;
  dwc:endLongitude '-25.6233'^^xsd:double;
  dwc:latitude '31.2108'^^xsd:double;
  dwc:startLatitude '31.1933'^^xsd:double;
  dwc:endLatitude '31.2283'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1985-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2108"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6233"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  geo-pos:lat "31.2108"^^xsd:decimal ;
  geo-pos:long "-25.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126139_84_CAL_142002'^^xsd:string;
  dwc:scientificName 'Diphyes bojani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-25.6233'^^xsd:double;
  dwc:startLongitude '-25.6233'^^xsd:double;
  dwc:endLongitude '-25.6233'^^xsd:double;
  dwc:latitude '31.2108'^^xsd:double;
  dwc:startLatitude '31.1933'^^xsd:double;
  dwc:endLatitude '31.2283'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135419'^^xsd:integer;
  dwc:observationDate '1985-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '135419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.30335"^^xsd:decimal ;
  dwc:decimalLongitude "-25.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  geo-pos:lat "31.30335"^^xsd:decimal ;
  geo-pos:long "-25.50665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126112_84_CAL_141003'^^xsd:string;
  dwc:scientificName 'Sulculeolaria turgida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.50665'^^xsd:double;
  dwc:startLongitude '-25.5283'^^xsd:double;
  dwc:endLongitude '-25.485'^^xsd:double;
  dwc:latitude '31.30335'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.2967'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135448'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582305_64_FIS_135003'^^xsd:string;
  dwc:scientificName 'Cyclothone pseudopallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:aphiaid '127289'^^xsd:integer;
  dwc:observationDate '1965-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-31.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5867 -31.885)"^^geo:wktLiteral ;
  geo-pos:lat "32.5867"^^xsd:decimal ;
  geo-pos:long "-31.885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038220_84_EUP_001002'^^xsd:string;
  dwc:scientificName 'Thysanopoda cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-31.885'^^xsd:double;
  dwc:startLongitude '-31.9033'^^xsd:double;
  dwc:endLongitude '-31.8667'^^xsd:double;
  dwc:latitude '32.5867'^^xsd:double;
  dwc:startLatitude '32.5867'^^xsd:double;
  dwc:endLatitude '32.5867'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110715'^^xsd:integer;
  dwc:observationDate '1981-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '110715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  geo-pos:lat "31.20085"^^xsd:decimal ;
  geo-pos:long "-25.3725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126132_84_CAL_143022'^^xsd:string;
  dwc:scientificName 'Lensia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3725'^^xsd:double;
  dwc:startLongitude '-25.355'^^xsd:double;
  dwc:endLongitude '-25.39'^^xsd:double;
  dwc:latitude '31.20085'^^xsd:double;
  dwc:startLatitude '31.205'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135430'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.20085 -25.3725)"^^geo:wktLiteral ;
  geo-pos:lat "31.20085"^^xsd:decimal ;
  geo-pos:long "-25.3725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126132_84_CAL_143031'^^xsd:string;
  dwc:scientificName 'Lensia panikkari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3725'^^xsd:double;
  dwc:startLongitude '-25.355'^^xsd:double;
  dwc:endLongitude '-25.39'^^xsd:double;
  dwc:latitude '31.20085'^^xsd:double;
  dwc:startLatitude '31.205'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '287266'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '287266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56085"^^xsd:decimal ;
  dwc:decimalLongitude "-32.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56085 -32.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.56085"^^xsd:decimal ;
  geo-pos:long "-32.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038216_86_DEC_036008'^^xsd:string;
  dwc:scientificName 'Sergestes vigilax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.09'^^xsd:double;
  dwc:startLongitude '-32.1217'^^xsd:double;
  dwc:endLongitude '-32.0583'^^xsd:double;
  dwc:latitude '32.56085'^^xsd:double;
  dwc:startLatitude '32.5567'^^xsd:double;
  dwc:endLatitude '32.565'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '107133'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '514141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  geo-pos:lat "31.4442"^^xsd:decimal ;
  geo-pos:long "-24.9933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_FIS_131001'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41835"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41835 -25.3708)"^^geo:wktLiteral ;
  geo-pos:lat "31.41835"^^xsd:decimal ;
  geo-pos:long "-25.3708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126127_82_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.3708'^^xsd:double;
  dwc:startLongitude '-25.3733'^^xsd:double;
  dwc:endLongitude '-25.3683'^^xsd:double;
  dwc:latitude '31.41835'^^xsd:double;
  dwc:startLatitude '31.435'^^xsd:double;
  dwc:endLatitude '31.4017'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  geo-pos:lat "31.39165"^^xsd:decimal ;
  geo-pos:long "-25.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_EUP_008014'^^xsd:string;
  dwc:scientificName 'Nematoscelis microps/atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110676'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '1649781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  geo-pos:lat "31.39165"^^xsd:decimal ;
  geo-pos:long "-25.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.39165"^^xsd:decimal ;
  dwc:decimalLongitude "-25.33"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.39165 -25.33)"^^geo:wktLiteral ;
  geo-pos:lat "31.39165"^^xsd:decimal ;
  geo-pos:long "-25.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126122_81_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-25.33'^^xsd:double;
  dwc:startLongitude '-25.325'^^xsd:double;
  dwc:endLongitude '-25.335'^^xsd:double;
  dwc:latitude '31.39165'^^xsd:double;
  dwc:startLatitude '31.3733'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1985-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5558"^^xsd:decimal ;
  dwc:decimalLongitude "-32.14915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5558 -32.14915)"^^geo:wktLiteral ;
  geo-pos:lat "32.5558"^^xsd:decimal ;
  geo-pos:long "-32.14915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038212_85_CAL_143015'^^xsd:string;
  dwc:scientificName 'Lensia lelouveteau'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-32.14915'^^xsd:double;
  dwc:startLongitude '-32.115'^^xsd:double;
  dwc:endLongitude '-32.1833'^^xsd:double;
  dwc:latitude '32.5558'^^xsd:double;
  dwc:startLatitude '32.5583'^^xsd:double;
  dwc:endLatitude '32.5533'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135434'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '135434'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.32675"^^xsd:decimal ;
  dwc:decimalLongitude "-19.31625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4085"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  geo-pos:lat "47.32675"^^xsd:decimal ;
  geo-pos:long "-19.31625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179472_85_CAL_161002'^^xsd:string;
  dwc:scientificName 'Clausophyes galeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.31625'^^xsd:double;
  dwc:startLongitude '-19.2858'^^xsd:double;
  dwc:endLongitude '-19.3467'^^xsd:double;
  dwc:latitude '47.32675'^^xsd:double;
  dwc:startLatitude '47.3017'^^xsd:double;
  dwc:endLatitude '47.3518'^^xsd:double;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '4085'^^xsd:integer;
  dwc:aphiaid '135410'^^xsd:integer;
  dwc:observationDate '1988-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '135410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "685"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  geo-pos:lat "49.45"^^xsd:decimal ;
  geo-pos:long "-11.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5131201_231_FIS_475001'^^xsd:string;
  dwc:scientificName 'Lepidion eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:startLongitude '-11.6167'^^xsd:double;
  dwc:latitude '49.45'^^xsd:double;
  dwc:startLatitude '49.45'^^xsd:double;
  dwc:minimumDepth '685'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '126493'^^xsd:integer;
  dwc:observationDate '1982-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '126495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  geo-pos:lat "31.2075"^^xsd:decimal ;
  geo-pos:long "-25.28665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_461010'^^xsd:string;
  dwc:scientificName 'Lampanyctus cuprarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '126613'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '126613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  geo-pos:lat "31.2075"^^xsd:decimal ;
  geo-pos:long "-25.28665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_512001'^^xsd:string;
  dwc:scientificName 'Malacosteus niger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '127358'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '127358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.28665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2075 -25.28665)"^^geo:wktLiteral ;
  geo-pos:lat "31.2075"^^xsd:decimal ;
  geo-pos:long "-25.28665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126116_85_FIS_582001'^^xsd:string;
  dwc:scientificName 'Notoscopelus resplendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.28665'^^xsd:double;
  dwc:startLongitude '-25.305'^^xsd:double;
  dwc:endLongitude '-25.2683'^^xsd:double;
  dwc:latitude '31.2075'^^xsd:double;
  dwc:startLatitude '31.2183'^^xsd:double;
  dwc:endLatitude '31.1967'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '158916'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '158916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.59665"^^xsd:decimal ;
  dwc:decimalLongitude "-31.76915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.59665 -31.76915)"^^geo:wktLiteral ;
  geo-pos:lat "32.59665"^^xsd:decimal ;
  geo-pos:long "-31.76915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1038207_86_DEC_034003'^^xsd:string;
  dwc:scientificName 'Sergia tenuiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-31.76915'^^xsd:double;
  dwc:startLongitude '-31.7483'^^xsd:double;
  dwc:endLongitude '-31.79'^^xsd:double;
  dwc:latitude '32.59665'^^xsd:double;
  dwc:startLatitude '32.605'^^xsd:double;
  dwc:endLatitude '32.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '107138'^^xsd:integer;
  dwc:observationDate '1981-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107138'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  geo-pos:lat "37.89665"^^xsd:decimal ;
  geo-pos:long "-19.8575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.30335"^^xsd:decimal ;
  dwc:decimalLongitude "-25.50665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.30335 -25.50665)"^^geo:wktLiteral ;
  geo-pos:lat "31.30335"^^xsd:decimal ;
  geo-pos:long "-25.50665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126112_84_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-25.50665'^^xsd:double;
  dwc:startLongitude '-25.5283'^^xsd:double;
  dwc:endLongitude '-25.485'^^xsd:double;
  dwc:latitude '31.30335'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.2967'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1985-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  geo-pos:lat "31.4442"^^xsd:decimal ;
  geo-pos:long "-24.9933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_FIS_011006'^^xsd:string;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  geo-pos:lat "31.4442"^^xsd:decimal ;
  geo-pos:long "-24.9933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_FIS_067002'^^xsd:string;
  dwc:scientificName 'Bathophilus vaillanti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127333'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '127333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4442"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4442 -24.9933)"^^geo:wktLiteral ;
  geo-pos:lat "31.4442"^^xsd:decimal ;
  geo-pos:long "-24.9933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126103_86_FIS_079001'^^xsd:string;
  dwc:scientificName 'Benthalbella infans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-24.9933'^^xsd:double;
  dwc:startLongitude '-24.9733'^^xsd:double;
  dwc:endLongitude '-25.0133'^^xsd:double;
  dwc:latitude '31.4442'^^xsd:double;
  dwc:startLatitude '31.4517'^^xsd:double;
  dwc:endLatitude '31.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126365'^^xsd:integer;
  dwc:observationDate '1985-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '126365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1075"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  geo-pos:lat "41.1075"^^xsd:decimal ;
  geo-pos:long "-21.52835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112128_85_CAL_143031'^^xsd:string;
  dwc:scientificName 'Lensia panikkari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-21.52835'^^xsd:double;
  dwc:startLongitude '-21.5567'^^xsd:double;
  dwc:endLongitude '-21.5'^^xsd:double;
  dwc:latitude '41.1075'^^xsd:double;
  dwc:startLatitude '41.1317'^^xsd:double;
  dwc:endLatitude '41.0833'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '287266'^^xsd:integer;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '287266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.075"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  geo-pos:lat "28.075"^^xsd:decimal ;
  geo-pos:long "-14.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579302_13_CAL_192001'^^xsd:string;
  dwc:scientificName 'Bassia bassensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.0917'^^xsd:double;
  dwc:startLongitude '14.0917'^^xsd:double;
  dwc:latitude '28.075'^^xsd:double;
  dwc:startLatitude '28.075'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '135404'^^xsd:integer;
  dwc:observationDate '1965-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '135404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.075"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  geo-pos:lat "28.075"^^xsd:decimal ;
  geo-pos:long "-14.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579302_13_CAL_193001'^^xsd:string;
  dwc:scientificName 'Enneagonum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.0917'^^xsd:double;
  dwc:startLongitude '14.0917'^^xsd:double;
  dwc:latitude '28.075'^^xsd:double;
  dwc:startLatitude '28.075'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '135407'^^xsd:integer;
  dwc:observationDate '1965-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '135407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  geo-pos:lat "37.89665"^^xsd:decimal ;
  geo-pos:long "-19.8575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_143015'^^xsd:string;
  dwc:scientificName 'Lensia lelouveteau'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135434'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135434'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  geo-pos:lat "37.89665"^^xsd:decimal ;
  geo-pos:long "-19.8575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_143021'^^xsd:string;
  dwc:scientificName 'Lensia hostile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135432'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '135432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.89665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.89665 -19.8575)"^^geo:wktLiteral ;
  geo-pos:lat "37.89665"^^xsd:decimal ;
  geo-pos:long "-19.8575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112704_86_CAL_143031'^^xsd:string;
  dwc:scientificName 'Lensia panikkari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-19.8575'^^xsd:double;
  dwc:startLongitude '-19.8617'^^xsd:double;
  dwc:endLongitude '-19.8533'^^xsd:double;
  dwc:latitude '37.89665'^^xsd:double;
  dwc:startLatitude '37.9183'^^xsd:double;
  dwc:endLatitude '37.875'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '287266'^^xsd:integer;
  dwc:observationDate '1984-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '287266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  geo-pos:lat "41.90165"^^xsd:decimal ;
  geo-pos:long "-21.75165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010609'^^xsd:string;
  dwc:scientificName 'Conchoecia aff. eltaninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:aphiaid '127533'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1075"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  geo-pos:lat "41.1075"^^xsd:decimal ;
  geo-pos:long "-21.52835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112128_85_CAL_143020'^^xsd:string;
  dwc:scientificName 'Lensia exeter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-21.52835'^^xsd:double;
  dwc:startLongitude '-21.5567'^^xsd:double;
  dwc:endLongitude '-21.5'^^xsd:double;
  dwc:latitude '41.1075'^^xsd:double;
  dwc:startLatitude '41.1317'^^xsd:double;
  dwc:endLatitude '41.0833'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '135428'^^xsd:integer;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '135428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1075"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1075 -21.52835)"^^geo:wktLiteral ;
  geo-pos:lat "41.1075"^^xsd:decimal ;
  geo-pos:long "-21.52835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112128_85_CAL_143022'^^xsd:string;
  dwc:scientificName 'Lensia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-21.52835'^^xsd:double;
  dwc:startLongitude '-21.5567'^^xsd:double;
  dwc:endLongitude '-21.5'^^xsd:double;
  dwc:latitude '41.1075'^^xsd:double;
  dwc:startLatitude '41.1317'^^xsd:double;
  dwc:endLatitude '41.0833'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '135430'^^xsd:integer;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '135430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  geo-pos:lat "41.90165"^^xsd:decimal ;
  geo-pos:long "-21.75165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010103'^^xsd:string;
  dwc:scientificName 'Conchoecia brachyaskos s'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  geo-pos:lat "41.90165"^^xsd:decimal ;
  geo-pos:long "-21.75165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010105'^^xsd:string;
  dwc:scientificName 'Conchoecia vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  geo-pos:lat "41.90165"^^xsd:decimal ;
  geo-pos:long "-21.75165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010402'^^xsd:string;
  dwc:scientificName 'Conchoecia stigmatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:aphiaid '183094'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.90165"^^xsd:decimal ;
  dwc:decimalLongitude "-21.75165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.90165 -21.75165)"^^geo:wktLiteral ;
  geo-pos:lat "41.90165"^^xsd:decimal ;
  geo-pos:long "-21.75165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112118_82_OST_010608'^^xsd:string;
  dwc:scientificName 'Conchoecia eltaninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-21.75165'^^xsd:double;
  dwc:startLongitude '-21.72'^^xsd:double;
  dwc:endLongitude '-21.7833'^^xsd:double;
  dwc:latitude '41.90165'^^xsd:double;
  dwc:startLatitude '41.8683'^^xsd:double;
  dwc:endLatitude '41.935'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3520'^^xsd:integer;
  dwc:observationDate '1984-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  geo-pos:lat "41.87415"^^xsd:decimal ;
  geo-pos:long "-21.7392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_85_CAL_143021'^^xsd:string;
  dwc:scientificName 'Lensia hostile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:aphiaid '135432'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '135432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.502"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  geo-pos:lat "49.502"^^xsd:decimal ;
  geo-pos:long "-11.48775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332101_84_CAL_132002'^^xsd:string;
  dwc:scientificName 'Vogtia pentacantha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.48775'^^xsd:double;
  dwc:startLongitude '-11.4769'^^xsd:double;
  dwc:endLongitude '-11.4986'^^xsd:double;
  dwc:latitude '49.502'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:endLatitude '49.4873'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135451'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.502"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  geo-pos:lat "49.502"^^xsd:decimal ;
  geo-pos:long "-11.48775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332101_84_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.48775'^^xsd:double;
  dwc:startLongitude '-11.4769'^^xsd:double;
  dwc:endLongitude '-11.4986'^^xsd:double;
  dwc:latitude '49.502'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:endLatitude '49.4873'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.502"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  geo-pos:lat "49.502"^^xsd:decimal ;
  geo-pos:long "-11.48775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332101_84_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.48775'^^xsd:double;
  dwc:startLongitude '-11.4769'^^xsd:double;
  dwc:endLongitude '-11.4986'^^xsd:double;
  dwc:latitude '49.502'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:endLatitude '49.4873'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  geo-pos:lat "41.87415"^^xsd:decimal ;
  geo-pos:long "-21.7392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_85_CAL_143000'^^xsd:string;
  dwc:scientificName 'Lensia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:aphiaid '135365'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '135365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  geo-pos:lat "41.87415"^^xsd:decimal ;
  geo-pos:long "-21.7392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_85_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.87415"^^xsd:decimal ;
  dwc:decimalLongitude "-21.7392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3490"^^xsd:integer ;
  dwc:maximumDepthInMeters "3530"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.87415 -21.7392)"^^geo:wktLiteral ;
  geo-pos:lat "41.87415"^^xsd:decimal ;
  geo-pos:long "-21.7392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112108_85_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-21.7392'^^xsd:double;
  dwc:startLongitude '-21.7417'^^xsd:double;
  dwc:endLongitude '-21.7367'^^xsd:double;
  dwc:latitude '41.87415'^^xsd:double;
  dwc:startLatitude '41.91'^^xsd:double;
  dwc:endLatitude '41.8383'^^xsd:double;
  dwc:minimumDepth '3490'^^xsd:integer;
  dwc:maximumDepth '3530'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1984-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  geo-pos:lat "41.5867"^^xsd:decimal ;
  geo-pos:long "-21.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_82_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  geo-pos:lat "41.5867"^^xsd:decimal ;
  geo-pos:long "-21.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_82_OST_010800'^^xsd:string;
  dwc:scientificName 'Conchoecia abysallis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  geo-pos:lat "41.5867"^^xsd:decimal ;
  geo-pos:long "-21.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_85_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  geo-pos:lat "41.5867"^^xsd:decimal ;
  geo-pos:long "-21.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_85_CAL_132001'^^xsd:string;
  dwc:scientificName 'Vogtia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:aphiaid '135453'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69165"^^xsd:decimal ;
  dwc:decimalLongitude "-15.11085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  geo-pos:lat "39.69165"^^xsd:decimal ;
  geo-pos:long "-15.11085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109002_85_CAL_111003'^^xsd:string;
  dwc:scientificName 'Rosacea cymbiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.11085'^^xsd:double;
  dwc:startLongitude '-15.1217'^^xsd:double;
  dwc:endLongitude '-15.1'^^xsd:double;
  dwc:latitude '39.69165'^^xsd:double;
  dwc:startLatitude '39.695'^^xsd:double;
  dwc:endLatitude '39.6883'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135470'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69165"^^xsd:decimal ;
  dwc:decimalLongitude "-15.11085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  geo-pos:lat "39.69165"^^xsd:decimal ;
  geo-pos:long "-15.11085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109002_85_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.11085'^^xsd:double;
  dwc:startLongitude '-15.1217'^^xsd:double;
  dwc:endLongitude '-15.1'^^xsd:double;
  dwc:latitude '39.69165'^^xsd:double;
  dwc:startLatitude '39.695'^^xsd:double;
  dwc:endLatitude '39.6883'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69165"^^xsd:decimal ;
  dwc:decimalLongitude "-15.11085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  geo-pos:lat "39.69165"^^xsd:decimal ;
  geo-pos:long "-15.11085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109002_85_CAL_132002'^^xsd:string;
  dwc:scientificName 'Vogtia pentacantha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.11085'^^xsd:double;
  dwc:startLongitude '-15.1217'^^xsd:double;
  dwc:endLongitude '-15.1'^^xsd:double;
  dwc:latitude '39.69165'^^xsd:double;
  dwc:startLatitude '39.695'^^xsd:double;
  dwc:endLatitude '39.6883'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135451'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.69165"^^xsd:decimal ;
  dwc:decimalLongitude "-15.11085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.69165 -15.11085)"^^geo:wktLiteral ;
  geo-pos:lat "39.69165"^^xsd:decimal ;
  geo-pos:long "-15.11085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1109002_85_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.11085'^^xsd:double;
  dwc:startLongitude '-15.1217'^^xsd:double;
  dwc:endLongitude '-15.1'^^xsd:double;
  dwc:latitude '39.69165'^^xsd:double;
  dwc:startLatitude '39.695'^^xsd:double;
  dwc:endLatitude '39.6883'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1984-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  geo-pos:lat "47.4222"^^xsd:decimal ;
  geo-pos:long "-19.1716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_MED_404001'^^xsd:string;
  dwc:scientificName 'Aglantha digitale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '117849'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117849'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.10165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.90585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1970"^^xsd:integer ;
  dwc:maximumDepthInMeters "1980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  geo-pos:lat "51.10165"^^xsd:decimal ;
  geo-pos:long "-12.90585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5120101_230_FIS_113000'^^xsd:string;
  dwc:scientificName 'Coryphaenoides (chalinura) sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.90585'^^xsd:double;
  dwc:startLongitude '-12.93'^^xsd:double;
  dwc:endLongitude '-12.8817'^^xsd:double;
  dwc:latitude '51.10165'^^xsd:double;
  dwc:startLatitude '51.09'^^xsd:double;
  dwc:endLatitude '51.1133'^^xsd:double;
  dwc:minimumDepth '1970'^^xsd:integer;
  dwc:maximumDepth '1980'^^xsd:integer;
  dwc:aphiaid '126254'^^xsd:integer;
  dwc:observationDate '1981-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25605"^^xsd:decimal ;
  dwc:decimalLongitude "-12.27175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25605 -12.27175)"^^geo:wktLiteral ;
  geo-pos:lat "49.25605"^^xsd:decimal ;
  geo-pos:long "-12.27175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330539_86_FIS_940001'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.27175'^^xsd:double;
  dwc:startLongitude '-12.2875'^^xsd:double;
  dwc:endLongitude '-12.256'^^xsd:double;
  dwc:latitude '49.25605'^^xsd:double;
  dwc:startLatitude '49.241'^^xsd:double;
  dwc:endLatitude '49.2711'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.23625 -12.09475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.23625"^^xsd:decimal ;
  dwc:decimalLongitude "-12.09475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.23625 -12.09475)"^^geo:wktLiteral ;
  geo-pos:lat "49.23625"^^xsd:decimal ;
  geo-pos:long "-12.09475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330543_84_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.09475'^^xsd:double;
  dwc:startLongitude '-12.0746'^^xsd:double;
  dwc:endLongitude '-12.1149'^^xsd:double;
  dwc:latitude '49.23625'^^xsd:double;
  dwc:startLatitude '49.246'^^xsd:double;
  dwc:endLatitude '49.2265'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  geo-pos:lat "39.55665"^^xsd:decimal ;
  geo-pos:long "-14.9208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  geo-pos:lat "39.55665"^^xsd:decimal ;
  geo-pos:long "-14.9208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55665"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55665 -14.9208)"^^geo:wktLiteral ;
  geo-pos:lat "39.55665"^^xsd:decimal ;
  geo-pos:long "-14.9208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1107402_85_MYS_002003'^^xsd:string;
  dwc:scientificName 'Gnathophausia ingens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-14.9208'^^xsd:double;
  dwc:startLongitude '-14.9433'^^xsd:double;
  dwc:endLongitude '-14.8983'^^xsd:double;
  dwc:latitude '39.55665'^^xsd:double;
  dwc:startLatitude '39.5433'^^xsd:double;
  dwc:endLatitude '39.57'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '119929'^^xsd:integer;
  dwc:observationDate '1984-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '220999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3470"^^xsd:integer ;
  dwc:maximumDepthInMeters "3565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5867 -21.8733)"^^geo:wktLiteral ;
  geo-pos:lat "41.5867"^^xsd:decimal ;
  geo-pos:long "-21.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1112102_85_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-21.8733'^^xsd:double;
  dwc:startLongitude '-21.8783'^^xsd:double;
  dwc:endLongitude '-21.8683'^^xsd:double;
  dwc:latitude '41.5867'^^xsd:double;
  dwc:startLatitude '41.5517'^^xsd:double;
  dwc:endLatitude '41.6217'^^xsd:double;
  dwc:minimumDepth '3470'^^xsd:integer;
  dwc:maximumDepth '3565'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1984-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^xsd:decimal ;
  dwc:decimalLongitude "-20.07665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  geo-pos:lat "52.85"^^xsd:decimal ;
  geo-pos:long "-20.07665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771124_8_FIS_515001'^^xsd:string;
  dwc:scientificName 'Maurolicus mulleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-20.07665'^^xsd:double;
  dwc:startLongitude '-20.07'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '52.85'^^xsd:double;
  dwc:startLatitude '52.8667'^^xsd:double;
  dwc:endLatitude '52.8333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '127312'^^xsd:integer;
  dwc:observationDate '1971-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '127312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^xsd:decimal ;
  dwc:decimalLongitude "-20.07665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  geo-pos:lat "52.85"^^xsd:decimal ;
  geo-pos:long "-20.07665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771124_8_FIS_577001'^^xsd:string;
  dwc:scientificName 'Nansenia groenlandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-20.07665'^^xsd:double;
  dwc:startLongitude '-20.07'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '52.85'^^xsd:double;
  dwc:startLatitude '52.8667'^^xsd:double;
  dwc:endLatitude '52.8333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '126725'^^xsd:integer;
  dwc:observationDate '1971-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2766"^^xsd:decimal ;
  dwc:decimalLongitude "-19.45395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2766 -19.45395)"^^geo:wktLiteral ;
  geo-pos:lat "47.2766"^^xsd:decimal ;
  geo-pos:long "-19.45395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179437_86_EUP_005003'^^xsd:string;
  dwc:scientificName 'Euphausia krohnii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.45395'^^xsd:double;
  dwc:startLongitude '-19.4732'^^xsd:double;
  dwc:endLongitude '-19.4347'^^xsd:double;
  dwc:latitude '47.2766'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2875'^^xsd:double;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1400'^^xsd:integer;
  dwc:aphiaid '110687'^^xsd:integer;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '110687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.102"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  geo-pos:lat "49.102"^^xsd:decimal ;
  geo-pos:long "-12.43355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330512_86_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-12.43355'^^xsd:double;
  dwc:startLongitude '-12.4155'^^xsd:double;
  dwc:endLongitude '-12.4516'^^xsd:double;
  dwc:latitude '49.102'^^xsd:double;
  dwc:startLatitude '49.1151'^^xsd:double;
  dwc:endLatitude '49.0889'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1994-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.102"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  geo-pos:lat "49.102"^^xsd:decimal ;
  geo-pos:long "-12.43355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330512_86_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-12.43355'^^xsd:double;
  dwc:startLongitude '-12.4155'^^xsd:double;
  dwc:endLongitude '-12.4516'^^xsd:double;
  dwc:latitude '49.102'^^xsd:double;
  dwc:startLatitude '49.1151'^^xsd:double;
  dwc:endLatitude '49.0889'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1994-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.23775 -19.53065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.23775"^^xsd:decimal ;
  dwc:decimalLongitude "-19.53065"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.23775 -19.53065)"^^geo:wktLiteral ;
  geo-pos:lat "47.23775"^^xsd:decimal ;
  geo-pos:long "-19.53065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179426_85_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.53065'^^xsd:double;
  dwc:startLongitude '-19.5433'^^xsd:double;
  dwc:endLongitude '-19.518'^^xsd:double;
  dwc:latitude '47.23775'^^xsd:double;
  dwc:startLatitude '47.2173'^^xsd:double;
  dwc:endLatitude '47.2582'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9133"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  geo-pos:lat "49.9133"^^xsd:decimal ;
  geo-pos:long "-12.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5101501_230_FIS_584001'^^xsd:string;
  dwc:scientificName 'Narcetes stomias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.9417'^^xsd:double;
  dwc:startLongitude '-12.9417'^^xsd:double;
  dwc:latitude '49.9133'^^xsd:double;
  dwc:startLatitude '49.9133'^^xsd:double;
  dwc:minimumDepth '2520'^^xsd:integer;
  dwc:maximumDepth '2540'^^xsd:integer;
  dwc:aphiaid '126706'^^xsd:integer;
  dwc:observationDate '1981-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.284"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  geo-pos:lat "49.284"^^xsd:decimal ;
  geo-pos:long "-12.8795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330421_85_CAL_143031'^^xsd:string;
  dwc:scientificName 'Lensia panikkari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.8795'^^xsd:double;
  dwc:startLongitude '-12.8757'^^xsd:double;
  dwc:endLongitude '-12.8833'^^xsd:double;
  dwc:latitude '49.284'^^xsd:double;
  dwc:startLatitude '49.3039'^^xsd:double;
  dwc:endLatitude '49.2641'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '287266'^^xsd:integer;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '287266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_475001'^^xsd:string;
  dwc:scientificName 'Lepidion eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '126493'^^xsd:integer;
  dwc:aphiaIdAccepted '126495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_505001'^^xsd:string;
  dwc:scientificName 'Mora moro'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '126497'^^xsd:integer;
  dwc:aphiaIdAccepted '126497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_575001'^^xsd:string;
  dwc:scientificName 'Nezumia aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '126473'^^xsd:integer;
  dwc:aphiaIdAccepted '126473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33015"^^xsd:decimal ;
  dwc:decimalLongitude "-19.50715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33015 -19.50715)"^^geo:wktLiteral ;
  geo-pos:lat "47.33015"^^xsd:decimal ;
  geo-pos:long "-19.50715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179417_84_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.50715'^^xsd:double;
  dwc:startLongitude '-19.5163'^^xsd:double;
  dwc:endLongitude '-19.498'^^xsd:double;
  dwc:latitude '47.33015'^^xsd:double;
  dwc:startLatitude '47.308'^^xsd:double;
  dwc:endLatitude '47.3523'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1988-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2642"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  geo-pos:lat "51.2642"^^xsd:decimal ;
  geo-pos:long "-13.4033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5090301_230_FIS_505001'^^xsd:string;
  dwc:scientificName 'Mora moro'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.4033'^^xsd:double;
  dwc:startLongitude '-13.3883'^^xsd:double;
  dwc:endLongitude '-13.4183'^^xsd:double;
  dwc:latitude '51.2642'^^xsd:double;
  dwc:startLatitude '51.2767'^^xsd:double;
  dwc:endLatitude '51.2517'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '126497'^^xsd:integer;
  dwc:observationDate '1980-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '126497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "85"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582801_63_CAL_111000'^^xsd:string;
  dwc:scientificName 'Rosacea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '85'^^xsd:integer;
  dwc:aphiaid '135379'^^xsd:integer;
  dwc:observationDate '1965-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '135379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1651"^^xsd:integer ;
  dwc:maximumDepthInMeters "1717"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  geo-pos:lat "51.29585"^^xsd:decimal ;
  geo-pos:long "-12.9733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5140901_230_FIS_779001'^^xsd:string;
  dwc:scientificName 'Scopelosaurus lepidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.9733'^^xsd:double;
  dwc:startLongitude '-13.0033'^^xsd:double;
  dwc:endLongitude '-12.9433'^^xsd:double;
  dwc:latitude '51.29585'^^xsd:double;
  dwc:startLatitude '51.275'^^xsd:double;
  dwc:endLatitude '51.3167'^^xsd:double;
  dwc:minimumDepth '1651'^^xsd:integer;
  dwc:maximumDepth '1717'^^xsd:integer;
  dwc:aphiaid '126349'^^xsd:integer;
  dwc:observationDate '1982-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '126349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29585"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1651"^^xsd:integer ;
  dwc:maximumDepthInMeters "1717"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29585 -12.9733)"^^geo:wktLiteral ;
  geo-pos:lat "51.29585"^^xsd:decimal ;
  geo-pos:long "-12.9733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5140901_230_FIS_940001'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.9733'^^xsd:double;
  dwc:startLongitude '-13.0033'^^xsd:double;
  dwc:endLongitude '-12.9433'^^xsd:double;
  dwc:latitude '51.29585'^^xsd:double;
  dwc:startLatitude '51.275'^^xsd:double;
  dwc:endLatitude '51.3167'^^xsd:double;
  dwc:minimumDepth '1651'^^xsd:integer;
  dwc:maximumDepth '1717'^^xsd:integer;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:observationDate '1982-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4133 -13.00335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4133"^^xsd:decimal ;
  dwc:decimalLongitude "-13.00335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4133 -13.00335)"^^geo:wktLiteral ;
  geo-pos:lat "50.4133"^^xsd:decimal ;
  geo-pos:long "-13.00335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5141101_230_FIS_020001'^^xsd:string;
  dwc:scientificName 'Antimora rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-13.00335'^^xsd:double;
  dwc:startLongitude '-12.985'^^xsd:double;
  dwc:endLongitude '-13.0217'^^xsd:double;
  dwc:latitude '50.4133'^^xsd:double;
  dwc:startLatitude '50.4533'^^xsd:double;
  dwc:endLatitude '50.3733'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '126486'^^xsd:integer;
  dwc:observationDate '1982-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '126486'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3278"^^xsd:decimal ;
  dwc:decimalLongitude "-19.3636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3278 -19.3636)"^^geo:wktLiteral ;
  geo-pos:lat "47.3278"^^xsd:decimal ;
  geo-pos:long "-19.3636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179401_84_MYS_001001'^^xsd:string;
  dwc:scientificName 'Eucopia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-19.3636'^^xsd:double;
  dwc:startLongitude '-19.3905'^^xsd:double;
  dwc:endLongitude '-19.3367'^^xsd:double;
  dwc:latitude '47.3278'^^xsd:double;
  dwc:startLatitude '47.3163'^^xsd:double;
  dwc:endLatitude '47.3393'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '119918'^^xsd:integer;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '119921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "685"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  geo-pos:lat "49.45"^^xsd:decimal ;
  geo-pos:long "-11.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5131201_231_FIS_378001'^^xsd:string;
  dwc:scientificName 'Halargyreus johnsonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:startLongitude '-11.6167'^^xsd:double;
  dwc:latitude '49.45'^^xsd:double;
  dwc:startLatitude '49.45'^^xsd:double;
  dwc:minimumDepth '685'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '126489'^^xsd:integer;
  dwc:observationDate '1982-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '126489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "685"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45 -11.6167)"^^geo:wktLiteral ;
  geo-pos:lat "49.45"^^xsd:decimal ;
  geo-pos:long "-11.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5131201_231_FIS_459001'^^xsd:string;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:startLongitude '-11.6167'^^xsd:double;
  dwc:latitude '49.45'^^xsd:double;
  dwc:startLatitude '49.45'^^xsd:double;
  dwc:minimumDepth '685'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:observationDate '1982-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.34665 -25.00415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.34665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.00415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.34665 -25.00415)"^^geo:wktLiteral ;
  geo-pos:lat "31.34665"^^xsd:decimal ;
  geo-pos:long "-25.00415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126206_83_EUP_007006'^^xsd:string;
  dwc:scientificName 'Thysanoessa parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-25.00415'^^xsd:double;
  dwc:startLongitude '-25.04'^^xsd:double;
  dwc:endLongitude '-24.9683'^^xsd:double;
  dwc:latitude '31.34665'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.3833'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '110710'^^xsd:integer;
  dwc:observationDate '1985-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6433 -14.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6433"^^xsd:decimal ;
  dwc:decimalLongitude "-14.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6433 -14.57)"^^geo:wktLiteral ;
  geo-pos:lat "49.6433"^^xsd:decimal ;
  geo-pos:long "-14.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5081101_230_FIS_141001'^^xsd:string;
  dwc:scientificName 'Conocara salmonea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.57'^^xsd:double;
  dwc:startLongitude '-14.57'^^xsd:double;
  dwc:latitude '49.6433'^^xsd:double;
  dwc:startLatitude '49.6433'^^xsd:double;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:aphiaid '126698'^^xsd:integer;
  dwc:observationDate '1980-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126698'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.10165"^^xsd:decimal ;
  dwc:decimalLongitude "-12.90585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1970"^^xsd:integer ;
  dwc:maximumDepthInMeters "1980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10165 -12.90585)"^^geo:wktLiteral ;
  geo-pos:lat "51.10165"^^xsd:decimal ;
  geo-pos:long "-12.90585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5120101_230_FIS_092001'^^xsd:string;
  dwc:scientificName 'Bathyraja richardsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.90585'^^xsd:double;
  dwc:startLongitude '-12.93'^^xsd:double;
  dwc:endLongitude '-12.8817'^^xsd:double;
  dwc:latitude '51.10165'^^xsd:double;
  dwc:startLatitude '51.09'^^xsd:double;
  dwc:endLatitude '51.1133'^^xsd:double;
  dwc:minimumDepth '1970'^^xsd:integer;
  dwc:maximumDepth '1980'^^xsd:integer;
  dwc:aphiaid '105867'^^xsd:integer;
  dwc:observationDate '1981-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '105867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "775"^^xsd:integer ;
  dwc:maximumDepthInMeters "830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582303_63_COP_091007'^^xsd:string;
  dwc:scientificName 'Haloptilus chierchiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '775'^^xsd:integer;
  dwc:maximumDepth '830'^^xsd:integer;
  dwc:aphiaid '104425'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '104425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582703_63_PHY_010002'^^xsd:string;
  dwc:scientificName 'Frillagalma vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '135488'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '135488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.06"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.06 -25.26835)"^^geo:wktLiteral ;
  geo-pos:lat "31.06"^^xsd:decimal ;
  geo-pos:long "-25.26835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126175_83_EUP_014000'^^xsd:string;
  dwc:scientificName 'Damaged/unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-25.26835'^^xsd:double;
  dwc:startLongitude '-25.285'^^xsd:double;
  dwc:endLongitude '-25.2517'^^xsd:double;
  dwc:latitude '31.06'^^xsd:double;
  dwc:startLatitude '31.0467'^^xsd:double;
  dwc:endLatitude '31.0733'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9133"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  geo-pos:lat "49.9133"^^xsd:decimal ;
  geo-pos:long "-12.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5101501_230_FIS_509001'^^xsd:string;
  dwc:scientificName 'Melanostigma atlanticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.9417'^^xsd:double;
  dwc:startLongitude '-12.9417'^^xsd:double;
  dwc:latitude '49.9133'^^xsd:double;
  dwc:startLatitude '49.9133'^^xsd:double;
  dwc:minimumDepth '2520'^^xsd:integer;
  dwc:maximumDepth '2540'^^xsd:integer;
  dwc:aphiaid '127120'^^xsd:integer;
  dwc:observationDate '1981-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '127120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9133"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9133 -12.9417)"^^geo:wktLiteral ;
  geo-pos:lat "49.9133"^^xsd:decimal ;
  geo-pos:long "-12.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5101501_230_FIS_578001'^^xsd:string;
  dwc:scientificName 'Coryphaenoides (nematonurus) armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-12.9417'^^xsd:double;
  dwc:startLongitude '-12.9417'^^xsd:double;
  dwc:latitude '49.9133'^^xsd:double;
  dwc:startLatitude '49.9133'^^xsd:double;
  dwc:minimumDepth '2520'^^xsd:integer;
  dwc:maximumDepth '2540'^^xsd:integer;
  dwc:aphiaid '127441'^^xsd:integer;
  dwc:observationDate '1981-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '158952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_771001'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2642"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  geo-pos:lat "51.2642"^^xsd:decimal ;
  geo-pos:long "-13.4033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5090301_230_FIS_473002'^^xsd:string;
  dwc:scientificName 'Lycodes atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.4033'^^xsd:double;
  dwc:startLongitude '-13.3883'^^xsd:double;
  dwc:endLongitude '-13.4183'^^xsd:double;
  dwc:latitude '51.2642'^^xsd:double;
  dwc:startLatitude '51.2767'^^xsd:double;
  dwc:endLatitude '51.2517'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '305512'^^xsd:integer;
  dwc:observationDate '1980-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2642"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2642 -13.4033)"^^geo:wktLiteral ;
  geo-pos:lat "51.2642"^^xsd:decimal ;
  geo-pos:long "-13.4033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5090301_230_FIS_475001'^^xsd:string;
  dwc:scientificName 'Lepidion eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.4033'^^xsd:double;
  dwc:startLongitude '-13.3883'^^xsd:double;
  dwc:endLongitude '-13.4183'^^xsd:double;
  dwc:latitude '51.2642'^^xsd:double;
  dwc:startLatitude '51.2767'^^xsd:double;
  dwc:endLatitude '51.2517'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1265'^^xsd:integer;
  dwc:aphiaid '126493'^^xsd:integer;
  dwc:observationDate '1980-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '126495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52915"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1200"^^xsd:integer ;
  dwc:maximumDepthInMeters "1300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52915 -25.4325)"^^geo:wktLiteral ;
  geo-pos:lat "31.52915"^^xsd:decimal ;
  geo-pos:long "-25.4325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126166_84_FIS_647002'^^xsd:string;
  dwc:scientificName 'Paralepis brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-25.4325'^^xsd:double;
  dwc:startLongitude '-25.43'^^xsd:double;
  dwc:endLongitude '-25.435'^^xsd:double;
  dwc:latitude '31.52915'^^xsd:double;
  dwc:startLatitude '31.55'^^xsd:double;
  dwc:endLatitude '31.5083'^^xsd:double;
  dwc:minimumDepth '1200'^^xsd:integer;
  dwc:maximumDepth '1300'^^xsd:integer;
  dwc:aphiaid '126360'^^xsd:integer;
  dwc:observationDate '1985-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1605"^^xsd:integer ;
  dwc:maximumDepthInMeters "1694"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.6983)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.6983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5081001_230_FIS_940001'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-12.6983'^^xsd:double;
  dwc:startLongitude '-12.6983'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1605'^^xsd:integer;
  dwc:maximumDepth '1694'^^xsd:integer;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:observationDate '1980-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6433 -14.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6433"^^xsd:decimal ;
  dwc:decimalLongitude "-14.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4350"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6433 -14.57)"^^geo:wktLiteral ;
  geo-pos:lat "49.6433"^^xsd:decimal ;
  geo-pos:long "-14.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5081101_230_FIS_113002'^^xsd:string;
  dwc:scientificName 'Coryphaenoides (chalinura) leptolepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-14.57'^^xsd:double;
  dwc:startLongitude '-14.57'^^xsd:double;
  dwc:latitude '49.6433'^^xsd:double;
  dwc:startLatitude '49.6433'^^xsd:double;
  dwc:minimumDepth '4350'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:aphiaid '127432'^^xsd:integer;
  dwc:observationDate '1980-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '158959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.22"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5388"^^xsd:integer ;
  dwc:maximumDepthInMeters "5415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.22 -25.2158)"^^geo:wktLiteral ;
  geo-pos:lat "31.22"^^xsd:decimal ;
  geo-pos:long "-25.2158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126155_85_DEC_031002'^^xsd:string;
  dwc:scientificName 'Benthesicymus brasiliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-25.2158'^^xsd:double;
  dwc:startLongitude '-25.1883'^^xsd:double;
  dwc:endLongitude '-25.2433'^^xsd:double;
  dwc:latitude '31.22'^^xsd:double;
  dwc:startLatitude '31.195'^^xsd:double;
  dwc:endLatitude '31.245'^^xsd:double;
  dwc:minimumDepth '5388'^^xsd:integer;
  dwc:maximumDepth '5415'^^xsd:integer;
  dwc:aphiaid '107088'^^xsd:integer;
  dwc:observationDate '1985-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1390995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0258"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "712"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "51.0258"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5060701_230_FIS_364001'^^xsd:string;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '-14.2017'^^xsd:double;
  dwc:endLongitude '-14.1217'^^xsd:double;
  dwc:latitude '51.0258'^^xsd:double;
  dwc:startLatitude '51.0283'^^xsd:double;
  dwc:endLatitude '51.0233'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '712'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:observationDate '1979-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0733"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  geo-pos:lat "28.0733"^^xsd:decimal ;
  geo-pos:long "-13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580702_13_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-13.95'^^xsd:double;
  dwc:startLongitude '13.95'^^xsd:double;
  dwc:latitude '28.0733'^^xsd:double;
  dwc:startLatitude '28.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1965-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_584001'^^xsd:string;
  dwc:scientificName 'Narcetes stomias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '126706'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_642002'^^xsd:string;
  dwc:scientificName 'Polyacanthanotus rissoanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '126645'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5071001_230_FIS_740001'^^xsd:string;
  dwc:scientificName 'Rouleina atrita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:startLongitude '-13.4667'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:startLatitude '49.5583'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '126709'^^xsd:integer;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '126709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2108"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6233"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2108 -25.6233)"^^geo:wktLiteral ;
  geo-pos:lat "31.2108"^^xsd:decimal ;
  geo-pos:long "-25.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1126139_84_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-25.6233'^^xsd:double;
  dwc:startLongitude '-25.6233'^^xsd:double;
  dwc:endLongitude '-25.6233'^^xsd:double;
  dwc:latitude '31.2108'^^xsd:double;
  dwc:startLatitude '31.1933'^^xsd:double;
  dwc:endLatitude '31.2283'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1985-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0258"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "712"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0258 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "51.0258"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5060701_230_FIS_331002'^^xsd:string;
  dwc:scientificName 'Gaidropsarus macrophthalmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '-14.2017'^^xsd:double;
  dwc:endLongitude '-14.1217'^^xsd:double;
  dwc:latitude '51.0258'^^xsd:double;
  dwc:startLatitude '51.0283'^^xsd:double;
  dwc:endLatitude '51.0233'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '712'^^xsd:integer;
  dwc:aphiaid '126456'^^xsd:integer;
  dwc:observationDate '1979-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126456'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.12085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  geo-pos:lat "49.58415"^^xsd:decimal ;
  geo-pos:long "-12.12085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5052001_231_FIS_575001'^^xsd:string;
  dwc:scientificName 'Nezumia aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.12085'^^xsd:double;
  dwc:startLongitude '-12.135'^^xsd:double;
  dwc:endLongitude '-12.1067'^^xsd:double;
  dwc:latitude '49.58415'^^xsd:double;
  dwc:startLatitude '49.56'^^xsd:double;
  dwc:endLatitude '49.6083'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1245'^^xsd:integer;
  dwc:aphiaid '126473'^^xsd:integer;
  dwc:observationDate '1979-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.12085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58415 -12.12085)"^^geo:wktLiteral ;
  geo-pos:lat "49.58415"^^xsd:decimal ;
  geo-pos:long "-12.12085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5052001_231_FIS_771001'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.12085'^^xsd:double;
  dwc:startLongitude '-12.135'^^xsd:double;
  dwc:endLongitude '-12.1067'^^xsd:double;
  dwc:latitude '49.58415'^^xsd:double;
  dwc:startLatitude '49.56'^^xsd:double;
  dwc:endLatitude '49.6083'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1245'^^xsd:integer;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1979-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.505 -11.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.505"^^xsd:decimal ;
  dwc:decimalLongitude "-11.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "965"^^xsd:integer ;
  dwc:maximumDepthInMeters "970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.505 -11.825)"^^geo:wktLiteral ;
  geo-pos:lat "49.505"^^xsd:decimal ;
  geo-pos:long "-11.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5052101_231_FIS_002001'^^xsd:string;
  dwc:scientificName 'Alepocephalus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-11.825'^^xsd:double;
  dwc:startLongitude '-11.8133'^^xsd:double;
  dwc:endLongitude '-11.8367'^^xsd:double;
  dwc:latitude '49.505'^^xsd:double;
  dwc:startLatitude '49.5033'^^xsd:double;
  dwc:endLatitude '49.5067'^^xsd:double;
  dwc:minimumDepth '965'^^xsd:integer;
  dwc:maximumDepth '970'^^xsd:integer;
  dwc:aphiaid '126684'^^xsd:integer;
  dwc:observationDate '1979-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582701_64_FIS_913002'^^xsd:string;
  dwc:scientificName 'Vinciguerria poweriae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127304'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '127304'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582701_64_FIS_998000'^^xsd:string;
  dwc:scientificName 'Unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582702_63_AMP_030001'^^xsd:string;
  dwc:scientificName 'Scina borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '103278'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '103278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "978"^^xsd:integer ;
  dwc:maximumDepthInMeters "985"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5167 -11.8333)"^^geo:wktLiteral ;
  geo-pos:lat "49.5167"^^xsd:decimal ;
  geo-pos:long "-11.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000601_232_FIS_940001'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:startLongitude '-11.8333'^^xsd:double;
  dwc:latitude '49.5167'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:minimumDepth '978'^^xsd:integer;
  dwc:maximumDepth '985'^^xsd:integer;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:observationDate '1974-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "49.4333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000701_232_FIS_023001'^^xsd:string;
  dwc:scientificName 'Aphanophus carbo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:startLongitude '-12.6'^^xsd:double;
  dwc:latitude '49.4333'^^xsd:double;
  dwc:startLatitude '49.4333'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '127085'^^xsd:integer;
  dwc:observationDate '1974-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '127085'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "49.4333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000701_232_FIS_110003'^^xsd:string;
  dwc:scientificName 'Centrophorus squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:startLongitude '-12.6'^^xsd:double;
  dwc:latitude '49.4333'^^xsd:double;
  dwc:startLatitude '49.4333'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '105901'^^xsd:integer;
  dwc:observationDate '1974-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '105901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4845 -1.57315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57315"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4845 -1.57315)"^^geo:wktLiteral ;
  geo-pos:lat "36.4845"^^xsd:decimal ;
  geo-pos:long "-1.57315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306809_86_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.57315'^^xsd:double;
  dwc:startLongitude '-1.5813'^^xsd:double;
  dwc:endLongitude '-1.565'^^xsd:double;
  dwc:latitude '36.4845'^^xsd:double;
  dwc:startLatitude '36.4615'^^xsd:double;
  dwc:endLatitude '36.5075'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4845 -1.57315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57315"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4845 -1.57315)"^^geo:wktLiteral ;
  geo-pos:lat "36.4845"^^xsd:decimal ;
  geo-pos:long "-1.57315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306809_86_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.57315'^^xsd:double;
  dwc:startLongitude '-1.5813'^^xsd:double;
  dwc:endLongitude '-1.565'^^xsd:double;
  dwc:latitude '36.4845'^^xsd:double;
  dwc:startLatitude '36.4615'^^xsd:double;
  dwc:endLatitude '36.5075'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4845 -1.57315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57315"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4845 -1.57315)"^^geo:wktLiteral ;
  geo-pos:lat "36.4845"^^xsd:decimal ;
  geo-pos:long "-1.57315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306809_86_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.57315'^^xsd:double;
  dwc:startLongitude '-1.5813'^^xsd:double;
  dwc:endLongitude '-1.565'^^xsd:double;
  dwc:latitude '36.4845'^^xsd:double;
  dwc:startLatitude '36.4615'^^xsd:double;
  dwc:endLatitude '36.5075'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0805 -1.6725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0805 -1.6725)"^^geo:wktLiteral ;
  geo-pos:lat "36.0805"^^xsd:decimal ;
  geo-pos:long "-1.6725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306622_84_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.6725'^^xsd:double;
  dwc:startLongitude '-1.657'^^xsd:double;
  dwc:endLongitude '-1.688'^^xsd:double;
  dwc:latitude '36.0805'^^xsd:double;
  dwc:startLatitude '36.0828'^^xsd:double;
  dwc:endLatitude '36.0782'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0805 -1.6725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0805 -1.6725)"^^geo:wktLiteral ;
  geo-pos:lat "36.0805"^^xsd:decimal ;
  geo-pos:long "-1.6725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306622_84_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.6725'^^xsd:double;
  dwc:startLongitude '-1.657'^^xsd:double;
  dwc:endLongitude '-1.688'^^xsd:double;
  dwc:latitude '36.0805'^^xsd:double;
  dwc:startLatitude '36.0828'^^xsd:double;
  dwc:endLatitude '36.0782'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0805 -1.6725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0805 -1.6725)"^^geo:wktLiteral ;
  geo-pos:lat "36.0805"^^xsd:decimal ;
  geo-pos:long "-1.6725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306622_84_CAL_144002'^^xsd:string;
  dwc:scientificName 'Muggiaea atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.6725'^^xsd:double;
  dwc:startLongitude '-1.657'^^xsd:double;
  dwc:endLongitude '-1.688'^^xsd:double;
  dwc:latitude '36.0805'^^xsd:double;
  dwc:startLatitude '36.0828'^^xsd:double;
  dwc:endLatitude '36.0782'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:aphiaid '135441'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '135441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "49.4333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5000701_232_FIS_210001'^^xsd:string;
  dwc:scientificName 'Deania calcea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '5'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:startLongitude '-12.6'^^xsd:double;
  dwc:latitude '49.4333'^^xsd:double;
  dwc:startLatitude '49.4333'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '105903'^^xsd:integer;
  dwc:observationDate '1974-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '298167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  geo-pos:lat "28.045"^^xsd:decimal ;
  geo-pos:long "-14.0767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_FIS_214013'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '183123'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  geo-pos:lat "60.195"^^xsd:decimal ;
  geo-pos:long "-19.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_FIS_076002'^^xsd:string;
  dwc:scientificName 'Borostomias antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '127334'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.08835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.08835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771115_8_CAL_111002'^^xsd:string;
  dwc:scientificName 'Rosacea plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-20.08835'^^xsd:double;
  dwc:startLongitude '-20.155'^^xsd:double;
  dwc:endLongitude '-20.0217'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.8733'^^xsd:double;
  dwc:endLatitude '52.8967'^^xsd:double;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135471'^^xsd:integer;
  dwc:observationDate '1971-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '135471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  geo-pos:lat "36.74655"^^xsd:decimal ;
  geo-pos:long "-1.0111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_FIS_131001'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  geo-pos:lat "36.74655"^^xsd:decimal ;
  geo-pos:long "-1.0111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_FIS_135000'^^xsd:string;
  dwc:scientificName 'Cyclothone sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '126187'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '126187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.0111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74655 -1.0111)"^^geo:wktLiteral ;
  geo-pos:lat "36.74655"^^xsd:decimal ;
  geo-pos:long "-1.0111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306418_86_FIS_214000'^^xsd:string;
  dwc:scientificName 'Diaphus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-1.0111'^^xsd:double;
  dwc:startLongitude '-0.999'^^xsd:double;
  dwc:endLongitude '-1.0232'^^xsd:double;
  dwc:latitude '36.74655'^^xsd:double;
  dwc:startLatitude '36.7548'^^xsd:double;
  dwc:endLatitude '36.7383'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '125819'^^xsd:integer;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '125819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.32675"^^xsd:decimal ;
  dwc:decimalLongitude "-19.31625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4085"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  geo-pos:lat "47.32675"^^xsd:decimal ;
  geo-pos:long "-19.31625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179472_85_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.31625'^^xsd:double;
  dwc:startLongitude '-19.2858'^^xsd:double;
  dwc:endLongitude '-19.3467'^^xsd:double;
  dwc:latitude '47.32675'^^xsd:double;
  dwc:startLatitude '47.3017'^^xsd:double;
  dwc:endLatitude '47.3518'^^xsd:double;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '4085'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1988-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.32675"^^xsd:decimal ;
  dwc:decimalLongitude "-19.31625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4085"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  geo-pos:lat "47.32675"^^xsd:decimal ;
  geo-pos:long "-19.31625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179472_85_CAL_143021'^^xsd:string;
  dwc:scientificName 'Lensia hostile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.31625'^^xsd:double;
  dwc:startLongitude '-19.2858'^^xsd:double;
  dwc:endLongitude '-19.3467'^^xsd:double;
  dwc:latitude '47.32675'^^xsd:double;
  dwc:startLatitude '47.3017'^^xsd:double;
  dwc:endLatitude '47.3518'^^xsd:double;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '4085'^^xsd:integer;
  dwc:aphiaid '135432'^^xsd:integer;
  dwc:observationDate '1988-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '135432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.32675"^^xsd:decimal ;
  dwc:decimalLongitude "-19.31625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "4085"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32675 -19.31625)"^^geo:wktLiteral ;
  geo-pos:lat "47.32675"^^xsd:decimal ;
  geo-pos:long "-19.31625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179472_85_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-19.31625'^^xsd:double;
  dwc:startLongitude '-19.2858'^^xsd:double;
  dwc:endLongitude '-19.3467'^^xsd:double;
  dwc:latitude '47.32675'^^xsd:double;
  dwc:startLatitude '47.3017'^^xsd:double;
  dwc:endLatitude '47.3518'^^xsd:double;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '4085'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1988-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  geo-pos:lat "47.4222"^^xsd:decimal ;
  geo-pos:long "-19.1716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_MED_401001'^^xsd:string;
  dwc:scientificName 'Botrynema brucei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '117615'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  geo-pos:lat "47.4222"^^xsd:decimal ;
  geo-pos:long "-19.1716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_MED_402001'^^xsd:string;
  dwc:scientificName 'Halicreas minimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '117617'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4222"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4222 -19.1716)"^^geo:wktLiteral ;
  geo-pos:lat "47.4222"^^xsd:decimal ;
  geo-pos:long "-19.1716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1179448_86_MED_403001'^^xsd:string;
  dwc:scientificName 'Haliscera bigelowi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-19.1716'^^xsd:double;
  dwc:startLongitude '-19.185'^^xsd:double;
  dwc:endLongitude '-19.1582'^^xsd:double;
  dwc:latitude '47.4222'^^xsd:double;
  dwc:startLatitude '47.4077'^^xsd:double;
  dwc:endLatitude '47.4367'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '117619'^^xsd:integer;
  dwc:observationDate '1988-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4845 -1.57315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57315"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4845 -1.57315)"^^geo:wktLiteral ;
  geo-pos:lat "36.4845"^^xsd:decimal ;
  geo-pos:long "-1.57315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306809_86_CAL_191001'^^xsd:string;
  dwc:scientificName 'Abylopsis tetragona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-1.57315'^^xsd:double;
  dwc:startLongitude '-1.5813'^^xsd:double;
  dwc:endLongitude '-1.565'^^xsd:double;
  dwc:latitude '36.4845'^^xsd:double;
  dwc:startLatitude '36.4615'^^xsd:double;
  dwc:endLatitude '36.5075'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '135403'^^xsd:integer;
  dwc:observationDate '1997-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '135403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582301_63_COP_001005'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "675"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.155)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579902_14_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-14.155'^^xsd:double;
  dwc:startLongitude '14.155'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '675'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1965-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_147001'^^xsd:string;
  dwc:scientificName 'Eudoxoides mitra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135423'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0805 -1.6725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0805 -1.6725)"^^geo:wktLiteral ;
  geo-pos:lat "36.0805"^^xsd:decimal ;
  geo-pos:long "-1.6725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1306622_84_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-1.6725'^^xsd:double;
  dwc:startLongitude '-1.657'^^xsd:double;
  dwc:endLongitude '-1.688'^^xsd:double;
  dwc:latitude '36.0805'^^xsd:double;
  dwc:startLatitude '36.0828'^^xsd:double;
  dwc:endLatitude '36.0782'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_OST_010450'^^xsd:string;
  dwc:scientificName 'Conchoecia haddoni s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183079'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582504_63_COP_081003'^^xsd:string;
  dwc:scientificName 'Metridia venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '104636'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '104636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1583)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579702_14_FIS_407001'^^xsd:string;
  dwc:scientificName 'Ichthyococcus ovatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.1583'^^xsd:double;
  dwc:startLongitude '14.1583'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '127298'^^xsd:integer;
  dwc:observationDate '1965-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-20.1633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  geo-pos:lat "40.0108"^^xsd:decimal ;
  geo-pos:long "-20.1633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740618_1_OST_010551'^^xsd:string;
  dwc:scientificName 'Conchoecia hyalophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.1633'^^xsd:double;
  dwc:startLongitude '-20.1683'^^xsd:double;
  dwc:endLongitude '-20.1583'^^xsd:double;
  dwc:latitude '40.0108'^^xsd:double;
  dwc:startLatitude '40.0433'^^xsd:double;
  dwc:endLatitude '39.9783'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:aphiaid '127770'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1314235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7725"^^xsd:decimal ;
  dwc:decimalLongitude "-20.14585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  geo-pos:lat "52.7725"^^xsd:decimal ;
  geo-pos:long "-20.14585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771110_1_OST_010812'^^xsd:string;
  dwc:scientificName 'Conchoecia subinflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-20.14585'^^xsd:double;
  dwc:startLongitude '-20.21'^^xsd:double;
  dwc:endLongitude '-20.0817'^^xsd:double;
  dwc:latitude '52.7725'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.785'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:observationDate '1971-05-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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 "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0883 -14.15)"^^geo:wktLiteral ;
  geo-pos:lat "28.0883"^^xsd:decimal ;
  geo-pos:long "-14.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579502_13_FIS_912001'^^xsd:string;
  dwc:scientificName 'Valenciennellus tripunctulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.15'^^xsd:double;
  dwc:startLongitude '14.15'^^xsd:double;
  dwc:latitude '28.0883'^^xsd:double;
  dwc:startLatitude '28.0883'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '127316'^^xsd:integer;
  dwc:observationDate '1965-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582502_63_COP_203001'^^xsd:string;
  dwc:scientificName 'Nannocalanus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '104469'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '104469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582502_63_EUP_001005'^^xsd:string;
  dwc:scientificName 'Thysanopoda subaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '221062'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581901_63_OST_010450'^^xsd:string;
  dwc:scientificName 'Conchoecia haddoni s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '220'^^xsd:integer;
  dwc:aphiaid '183079'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582305_64_FIS_135000'^^xsd:string;
  dwc:scientificName 'Cyclothone sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:aphiaid '126187'^^xsd:integer;
  dwc:observationDate '1965-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '126187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582305_64_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1965-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.075"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.075 -14.0917)"^^geo:wktLiteral ;
  geo-pos:lat "28.075"^^xsd:decimal ;
  geo-pos:long "-14.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '579302_13_CEP_341000'^^xsd:string;
  dwc:scientificName 'Pyroteuthis sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.0917'^^xsd:double;
  dwc:startLongitude '14.0917'^^xsd:double;
  dwc:latitude '28.075'^^xsd:double;
  dwc:startLatitude '28.075'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '138423'^^xsd:integer;
  dwc:observationDate '1965-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '138423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "775"^^xsd:integer ;
  dwc:maximumDepthInMeters "830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582303_63_COP_085012'^^xsd:string;
  dwc:scientificName 'Heterorhabdus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '775'^^xsd:integer;
  dwc:maximumDepth '830'^^xsd:integer;
  dwc:aphiaid '104579'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '104579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "775"^^xsd:integer ;
  dwc:maximumDepthInMeters "830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582303_63_COP_086002'^^xsd:string;
  dwc:scientificName 'Disseta palumboi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '775'^^xsd:integer;
  dwc:maximumDepth '830'^^xsd:integer;
  dwc:aphiaid '104574'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '345779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0392"^^xsd:decimal ;
  dwc:decimalLongitude "-20.01665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  geo-pos:lat "53.0392"^^xsd:decimal ;
  geo-pos:long "-20.01665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771161_8_FIS_786000'^^xsd:string;
  dwc:scientificName 'Searsiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.01665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0233'^^xsd:double;
  dwc:latitude '53.0392'^^xsd:double;
  dwc:startLatitude '52.9817'^^xsd:double;
  dwc:endLatitude '53.0967'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '154160'^^xsd:integer;
  dwc:observationDate '1971-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '125514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.20585 -23.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.20585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.20585 -23.2917)"^^geo:wktLiteral ;
  geo-pos:lat "30.20585"^^xsd:decimal ;
  geo-pos:long "-23.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785675_1_COP_072031'^^xsd:string;
  dwc:scientificName 'Scolecithricella ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2917'^^xsd:double;
  dwc:startLongitude '-23.2767'^^xsd:double;
  dwc:endLongitude '-23.3067'^^xsd:double;
  dwc:latitude '30.20585'^^xsd:double;
  dwc:startLatitude '30.1917'^^xsd:double;
  dwc:endLatitude '30.22'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104814'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '345251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.502"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.502 -11.48775)"^^geo:wktLiteral ;
  geo-pos:lat "49.502"^^xsd:decimal ;
  geo-pos:long "-11.48775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5332101_84_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.48775'^^xsd:double;
  dwc:startLongitude '-11.4769'^^xsd:double;
  dwc:endLongitude '-11.4986'^^xsd:double;
  dwc:latitude '49.502'^^xsd:double;
  dwc:startLatitude '49.5167'^^xsd:double;
  dwc:endLatitude '49.4873'^^xsd:double;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_EUP_005003'^^xsd:string;
  dwc:scientificName 'Euphausia krohnii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110687'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0917 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "28.0917"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582301_63_CAL_193001'^^xsd:string;
  dwc:scientificName 'Enneagonum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:startLongitude '14.1333'^^xsd:double;
  dwc:latitude '28.0917'^^xsd:double;
  dwc:startLatitude '28.0917'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135407'^^xsd:integer;
  dwc:observationDate '1965-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '135407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.23625 -12.09475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.23625"^^xsd:decimal ;
  dwc:decimalLongitude "-12.09475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.23625 -12.09475)"^^geo:wktLiteral ;
  geo-pos:lat "49.23625"^^xsd:decimal ;
  geo-pos:long "-12.09475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330543_84_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-12.09475'^^xsd:double;
  dwc:startLongitude '-12.0746'^^xsd:double;
  dwc:endLongitude '-12.1149'^^xsd:double;
  dwc:latitude '49.23625'^^xsd:double;
  dwc:startLatitude '49.246'^^xsd:double;
  dwc:endLatitude '49.2265'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_OST_010003'^^xsd:string;
  dwc:scientificName 'Conchoecia oblonga b='^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183085'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_OST_010200'^^xsd:string;
  dwc:scientificName 'Conchoecia acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183073'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581903_63_OST_010300'^^xsd:string;
  dwc:scientificName 'Conchoecia alata alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581803_63_CAL_143012'^^xsd:string;
  dwc:scientificName 'Lensia subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '135439'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '135439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581901_63_OST_010200'^^xsd:string;
  dwc:scientificName 'Conchoecia acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '220'^^xsd:integer;
  dwc:aphiaid '183073'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "220"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0767 -14.0867)"^^geo:wktLiteral ;
  geo-pos:lat "28.0767"^^xsd:decimal ;
  geo-pos:long "-14.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581901_63_OST_010300'^^xsd:string;
  dwc:scientificName 'Conchoecia alata alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-14.0867'^^xsd:double;
  dwc:startLongitude '14.0867'^^xsd:double;
  dwc:latitude '28.0767'^^xsd:double;
  dwc:startLatitude '28.0767'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '220'^^xsd:integer;
  dwc:observationDate '1965-11-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.102"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.102 -12.43355)"^^geo:wktLiteral ;
  geo-pos:lat "49.102"^^xsd:decimal ;
  geo-pos:long "-12.43355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330512_86_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-12.43355'^^xsd:double;
  dwc:startLongitude '-12.4155'^^xsd:double;
  dwc:endLongitude '-12.4516'^^xsd:double;
  dwc:latitude '49.102'^^xsd:double;
  dwc:startLatitude '49.1151'^^xsd:double;
  dwc:endLatitude '49.0889'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1994-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.27085 -19.93415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.27085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.93415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "705"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.27085 -19.93415)"^^geo:wktLiteral ;
  geo-pos:lat "60.27085"^^xsd:decimal ;
  geo-pos:long "-19.93415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770928_1_AMP_070006'^^xsd:string;
  dwc:scientificName 'Lanceola serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.93415'^^xsd:double;
  dwc:startLongitude '-19.895'^^xsd:double;
  dwc:endLongitude '-19.9733'^^xsd:double;
  dwc:latitude '60.27085'^^xsd:double;
  dwc:startLatitude '60.2717'^^xsd:double;
  dwc:endLatitude '60.27'^^xsd:double;
  dwc:minimumDepth '705'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '103266'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '103266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.90915"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9417"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  geo-pos:lat "52.90915"^^xsd:decimal ;
  geo-pos:long "-19.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771107_1_OST_010700'^^xsd:string;
  dwc:scientificName 'Conchoecia imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-19.9417'^^xsd:double;
  dwc:startLongitude '-19.9967'^^xsd:double;
  dwc:endLongitude '-19.8867'^^xsd:double;
  dwc:latitude '52.90915'^^xsd:double;
  dwc:startLatitude '52.91'^^xsd:double;
  dwc:endLatitude '52.9083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '183080'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.284"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.284 -12.8795)"^^geo:wktLiteral ;
  geo-pos:lat "49.284"^^xsd:decimal ;
  geo-pos:long "-12.8795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5330421_85_CAL_145001'^^xsd:string;
  dwc:scientificName 'Dimophyes arctica (small)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-12.8795'^^xsd:double;
  dwc:startLongitude '-12.8757'^^xsd:double;
  dwc:endLongitude '-12.8833'^^xsd:double;
  dwc:latitude '49.284'^^xsd:double;
  dwc:startLatitude '49.3039'^^xsd:double;
  dwc:endLatitude '49.2641'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '135361'^^xsd:integer;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '135361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_COP_204001'^^xsd:string;
  dwc:scientificName 'Pseudaetidus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '149740'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '356886'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_EUP_001002'^^xsd:string;
  dwc:scientificName 'Thysanopoda cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110715'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581805_63_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1965-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0783"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581703_13_FIS_461004'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0783'^^xsd:double;
  dwc:startLatitude '28.0783'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581803_63_CAL_132004'^^xsd:string;
  dwc:scientificName 'Vogtia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '135450'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '135450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8 -13.9167)"^^geo:wktLiteral ;
  geo-pos:lat "27.8"^^xsd:decimal ;
  geo-pos:long "-13.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581803_63_CAL_143005'^^xsd:string;
  dwc:scientificName 'Lensia multicristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.9167'^^xsd:double;
  dwc:startLongitude '13.9167'^^xsd:double;
  dwc:latitude '27.8'^^xsd:double;
  dwc:startLatitude '27.8'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '135436'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '135436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1190"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5683 -12.0817)"^^geo:wktLiteral ;
  geo-pos:lat "49.5683"^^xsd:decimal ;
  geo-pos:long "-12.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '5180701_231_FIS_642002'^^xsd:string;
  dwc:scientificName 'Polyacanthanotus rissoanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.0817'^^xsd:double;
  dwc:startLongitude '-12.0817'^^xsd:double;
  dwc:latitude '49.5683'^^xsd:double;
  dwc:startLatitude '49.5683'^^xsd:double;
  dwc:minimumDepth '1190'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:aphiaid '126645'^^xsd:integer;
  dwc:aphiaIdAccepted '126645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0783"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581703_13_FIS_406001'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0783'^^xsd:double;
  dwc:startLatitude '28.0783'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0783"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581703_13_FIS_461002'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0783'^^xsd:double;
  dwc:startLatitude '28.0783'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0783 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0783"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581703_13_FIS_461003'^^xsd:string;
  dwc:scientificName 'Lampanyctus alatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0783'^^xsd:double;
  dwc:startLatitude '28.0783'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '126610'^^xsd:integer;
  dwc:observationDate '1965-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '126610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_CAL_112001'^^xsd:string;
  dwc:scientificName 'Praya dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '135466'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  geo-pos:lat "39.84915"^^xsd:decimal ;
  geo-pos:long "-20.2842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_8_CAL_142001'^^xsd:string;
  dwc:scientificName 'Diphyes dispar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '135420'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '135420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771103_1_OST_010700'^^xsd:string;
  dwc:scientificName 'Conchoecia imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-20.385'^^xsd:double;
  dwc:startLongitude '-20.3317'^^xsd:double;
  dwc:endLongitude '-20.4383'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.9083'^^xsd:double;
  dwc:endLatitude '52.8617'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '183080'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771103_1_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-20.385'^^xsd:double;
  dwc:startLongitude '-20.3317'^^xsd:double;
  dwc:endLongitude '-20.4383'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.9083'^^xsd:double;
  dwc:endLatitude '52.8617'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_AMP_730021'^^xsd:string;
  dwc:scientificName 'Stenopleura atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '102247'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '102247'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_CAL_101001'^^xsd:string;
  dwc:scientificName 'Amphicaryon acaule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '135454'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_CAL_111000'^^xsd:string;
  dwc:scientificName 'Rosacea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '135379'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581607_63_CAL_111003'^^xsd:string;
  dwc:scientificName 'Rosacea cymbiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:aphiaid '135470'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '135470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_FIS_913000'^^xsd:string;
  dwc:scientificName 'Vinciguerria sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '126194'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '126194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_FIS_913003'^^xsd:string;
  dwc:scientificName 'Vinciguerria attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '127302'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_OST_002001'^^xsd:string;
  dwc:scientificName 'Macrocypridina castanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '127716'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  geo-pos:lat "28.07"^^xsd:decimal ;
  geo-pos:long "-14.1783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_DEC_003001'^^xsd:string;
  dwc:scientificName 'Oplophorus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '107602'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  geo-pos:lat "28.07"^^xsd:decimal ;
  geo-pos:long "-14.1783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  geo-pos:lat "28.07"^^xsd:decimal ;
  geo-pos:long "-14.1783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0583 -14.1983)"^^geo:wktLiteral ;
  geo-pos:lat "28.0583"^^xsd:decimal ;
  geo-pos:long "-14.1983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581602_63_OST_010001'^^xsd:string;
  dwc:scientificName 'Conchoecia spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14.1983'^^xsd:double;
  dwc:startLongitude '14.1983'^^xsd:double;
  dwc:latitude '28.0583'^^xsd:double;
  dwc:startLatitude '28.0583'^^xsd:double;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '183091'^^xsd:integer;
  dwc:observationDate '1965-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  geo-pos:lat "60.065"^^xsd:decimal ;
  geo-pos:long "-20.04915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_461011'^^xsd:string;
  dwc:scientificName 'Lampanyctus macdonaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '126617'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '126617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-20.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  geo-pos:lat "59.83"^^xsd:decimal ;
  geo-pos:long "-20.02585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770991_8_CAL_164002'^^xsd:string;
  dwc:scientificName 'Heteropyramis crystallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-20.02585'^^xsd:double;
  dwc:startLongitude '-19.91'^^xsd:double;
  dwc:endLongitude '-20.1417'^^xsd:double;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.84'^^xsd:double;
  dwc:endLatitude '59.82'^^xsd:double;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '135415'^^xsd:integer;
  dwc:observationDate '1971-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '135415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_135005'^^xsd:string;
  dwc:scientificName 'Cyclothone livida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127285'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_135008'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_217001'^^xsd:string;
  dwc:scientificName 'Diplolychnus mononema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '317776'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127336'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_219001'^^xsd:string;
  dwc:scientificName 'Diplospinus multistriatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '126861'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '126861'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  geo-pos:lat "28.065"^^xsd:decimal ;
  geo-pos:long "-13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_261000'^^xsd:string;
  dwc:scientificName 'Eustomias sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '126208'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  geo-pos:lat "28.065"^^xsd:decimal ;
  geo-pos:long "-13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_328003'^^xsd:string;
  dwc:scientificName 'Gonostoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127296'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '221512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  geo-pos:lat "28.065"^^xsd:decimal ;
  geo-pos:long "-13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_375004'^^xsd:string;
  dwc:scientificName 'Hygophum benoiti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '126602'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '126602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.065"^^xsd:decimal ;
  dwc:decimalLongitude "-13.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 "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.065 -13.85)"^^geo:wktLiteral ;
  geo-pos:lat "28.065"^^xsd:decimal ;
  geo-pos:long "-13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581001_14_FIS_406001'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '13.85'^^xsd:double;
  dwc:latitude '28.065'^^xsd:double;
  dwc:startLatitude '28.065'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:observationDate '1965-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0733"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  geo-pos:lat "28.0733"^^xsd:decimal ;
  geo-pos:long "-13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580702_13_CAL_146001'^^xsd:string;
  dwc:scientificName 'Chelophyes appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-13.95'^^xsd:double;
  dwc:startLongitude '13.95'^^xsd:double;
  dwc:latitude '28.0733'^^xsd:double;
  dwc:startLatitude '28.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:aphiaid '135417'^^xsd:integer;
  dwc:observationDate '1965-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '135417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0733"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  geo-pos:lat "28.0733"^^xsd:decimal ;
  geo-pos:long "-13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580702_13_CAL_193001'^^xsd:string;
  dwc:scientificName 'Enneagonum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-13.95'^^xsd:double;
  dwc:startLongitude '13.95'^^xsd:double;
  dwc:latitude '28.0733'^^xsd:double;
  dwc:startLatitude '28.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:aphiaid '135407'^^xsd:integer;
  dwc:observationDate '1965-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '135407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0733"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  geo-pos:lat "28.0733"^^xsd:decimal ;
  geo-pos:long "-13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580702_13_DEC_001001'^^xsd:string;
  dwc:scientificName 'Acanthephyra purpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-13.95'^^xsd:double;
  dwc:startLongitude '13.95'^^xsd:double;
  dwc:latitude '28.0733'^^xsd:double;
  dwc:startLatitude '28.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:aphiaid '107582'^^xsd:integer;
  dwc:observationDate '1965-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '107582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0733"^^xsd:decimal ;
  dwc:decimalLongitude "-13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0733 -13.95)"^^geo:wktLiteral ;
  geo-pos:lat "28.0733"^^xsd:decimal ;
  geo-pos:long "-13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580702_13_DEC_012001'^^xsd:string;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-13.95'^^xsd:double;
  dwc:startLongitude '13.95'^^xsd:double;
  dwc:latitude '28.0733'^^xsd:double;
  dwc:startLatitude '28.0733'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:observationDate '1965-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  geo-pos:lat "28.045"^^xsd:decimal ;
  geo-pos:long "-14.0767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_FIS_075001'^^xsd:string;
  dwc:scientificName 'Bonapartia pedaliota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '127281'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '322499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  geo-pos:lat "28.045"^^xsd:decimal ;
  geo-pos:long "-14.0767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_FIS_131000'^^xsd:string;
  dwc:scientificName 'Chauliodus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '126205'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '126205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.045"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.045 -14.0767)"^^geo:wktLiteral ;
  geo-pos:lat "28.045"^^xsd:decimal ;
  geo-pos:long "-14.0767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '580302_13_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-14.0767'^^xsd:double;
  dwc:startLongitude '14.0767'^^xsd:double;
  dwc:latitude '28.045'^^xsd:double;
  dwc:startLatitude '28.045'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1965-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  geo-pos:lat "39.85165"^^xsd:decimal ;
  geo-pos:long "-20.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_010011'^^xsd:string;
  dwc:scientificName 'Stylocheiron maximum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110704'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03665 -12.7608)"^^geo:wktLiteral ;
  geo-pos:lat "44.03665"^^xsd:decimal ;
  geo-pos:long "-12.7608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850779_8_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.7608'^^xsd:double;
  dwc:startLongitude '-12.7483'^^xsd:double;
  dwc:endLongitude '-12.7733'^^xsd:double;
  dwc:latitude '44.03665'^^xsd:double;
  dwc:startLatitude '44.0533'^^xsd:double;
  dwc:endLatitude '44.02'^^xsd:double;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '255'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850806_8_CAL_161001'^^xsd:string;
  dwc:scientificName 'Clausophyes moserae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70415'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6783'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135412'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '135412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850806_8_CAL_161003'^^xsd:string;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70415'^^xsd:double;
  dwc:startLongitude '-12.73'^^xsd:double;
  dwc:endLongitude '-12.6783'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.07 -14.1783)"^^geo:wktLiteral ;
  geo-pos:lat "28.07"^^xsd:decimal ;
  geo-pos:long "-14.1783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581403_13_FIS_072001'^^xsd:string;
  dwc:scientificName 'Benthosema suborbitale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-14.1783'^^xsd:double;
  dwc:startLongitude '14.1783'^^xsd:double;
  dwc:latitude '28.07'^^xsd:double;
  dwc:startLatitude '28.07'^^xsd:double;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '126581'^^xsd:integer;
  dwc:observationDate '1965-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '126581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  geo-pos:lat "60.05835"^^xsd:decimal ;
  geo-pos:long "-20.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770963_8_MYS_001003'^^xsd:string;
  dwc:scientificName 'Eucopia sculpticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.0025'^^xsd:double;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20.005'^^xsd:double;
  dwc:latitude '60.05835'^^xsd:double;
  dwc:startLatitude '60.01'^^xsd:double;
  dwc:endLatitude '60.1067'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '119920'^^xsd:integer;
  dwc:observationDate '1971-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '119920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  geo-pos:lat "60.05835"^^xsd:decimal ;
  geo-pos:long "-20.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770963_8_MYS_002001'^^xsd:string;
  dwc:scientificName 'Gnathophausia zoea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.0025'^^xsd:double;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20.005'^^xsd:double;
  dwc:latitude '60.05835'^^xsd:double;
  dwc:startLatitude '60.01'^^xsd:double;
  dwc:endLatitude '60.1067'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '119930'^^xsd:integer;
  dwc:observationDate '1971-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '119930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  geo-pos:lat "60.01665"^^xsd:decimal ;
  geo-pos:long "-19.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_8_AMP_030018'^^xsd:string;
  dwc:scientificName 'Scina vosseleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '416582'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '416582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  geo-pos:lat "60.01665"^^xsd:decimal ;
  geo-pos:long "-19.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_8_AMP_030039'^^xsd:string;
  dwc:scientificName 'Scina cf langhansi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '101810'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '101810'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  geo-pos:lat "60.01665"^^xsd:decimal ;
  geo-pos:long "-19.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_8_AMP_030040'^^xsd:string;
  dwc:scientificName 'Scina rattrayi var'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '103283'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '103283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1767)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '581301_14_FIS_260001'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-14.1767'^^xsd:double;
  dwc:startLongitude '14.1767'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:observationDate '1965-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  geo-pos:lat "39.97335"^^xsd:decimal ;
  geo-pos:long "-20.12665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  geo-pos:lat "60.20085"^^xsd:decimal ;
  geo-pos:long "-19.9267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770921_8_FIS_784005'^^xsd:string;
  dwc:scientificName 'Stomias boa boa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-19.9267'^^xsd:double;
  dwc:startLongitude '-19.8917'^^xsd:double;
  dwc:endLongitude '-19.9617'^^xsd:double;
  dwc:latitude '60.20085'^^xsd:double;
  dwc:startLatitude '60.1667'^^xsd:double;
  dwc:endLatitude '60.235'^^xsd:double;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '234601'^^xsd:integer;
  dwc:observationDate '1971-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '127374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  geo-pos:lat "60.195"^^xsd:decimal ;
  geo-pos:long "-19.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_FIS_021000'^^xsd:string;
  dwc:scientificName 'Alepocephalidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '125507'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125507'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  geo-pos:lat "60.195"^^xsd:decimal ;
  geo-pos:long "-19.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_FIS_070000'^^xsd:string;
  dwc:scientificName 'Bathylagus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '125888'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  geo-pos:lat "60.195"^^xsd:decimal ;
  geo-pos:long "-19.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_FIS_070004'^^xsd:string;
  dwc:scientificName 'Bathylagus euryops(a)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '126719'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '126719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.195"^^xsd:decimal ;
  dwc:decimalLongitude "-19.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1010"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.195 -19.725)"^^geo:wktLiteral ;
  geo-pos:lat "60.195"^^xsd:decimal ;
  geo-pos:long "-19.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770935_8_FIS_072002'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.725'^^xsd:double;
  dwc:startLongitude '-19.7583'^^xsd:double;
  dwc:endLongitude '-19.6917'^^xsd:double;
  dwc:latitude '60.195'^^xsd:double;
  dwc:startLatitude '60.1367'^^xsd:double;
  dwc:endLatitude '60.2533'^^xsd:double;
  dwc:minimumDepth '1010'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:observationDate '1971-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "85"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0833 -14.1617)"^^geo:wktLiteral ;
  geo-pos:lat "28.0833"^^xsd:decimal ;
  geo-pos:long "-14.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582801_63_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-14.1617'^^xsd:double;
  dwc:startLongitude '14.1617'^^xsd:double;
  dwc:latitude '28.0833'^^xsd:double;
  dwc:startLatitude '28.0833'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '85'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1965-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94665"^^xsd:decimal ;
  dwc:decimalLongitude "-22.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  geo-pos:lat "29.94665"^^xsd:decimal ;
  geo-pos:long "-22.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785624_8_FIS_998000'^^xsd:string;
  dwc:scientificName 'Unidentified'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.995'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.995'^^xsd:double;
  dwc:latitude '29.94665'^^xsd:double;
  dwc:startLatitude '29.985'^^xsd:double;
  dwc:endLatitude '29.9083'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '0'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09335"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09335 -23.2692)"^^geo:wktLiteral ;
  geo-pos:lat "30.09335"^^xsd:decimal ;
  geo-pos:long "-23.2692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785672_1_COP_084001'^^xsd:string;
  dwc:scientificName 'Lucicutia flavicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2692'^^xsd:double;
  dwc:startLongitude '-23.2517'^^xsd:double;
  dwc:endLongitude '-23.2867'^^xsd:double;
  dwc:latitude '30.09335'^^xsd:double;
  dwc:startLatitude '30.08'^^xsd:double;
  dwc:endLatitude '30.1067'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104597'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582703_64_FIS_011002'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  geo-pos:lat "60.08165"^^xsd:decimal ;
  geo-pos:long "-19.9525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010551'^^xsd:string;
  dwc:scientificName 'Conchoecia hyalophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '127770'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '1314235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.27085 -19.93415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.27085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.93415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "705"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.27085 -19.93415)"^^geo:wktLiteral ;
  geo-pos:lat "60.27085"^^xsd:decimal ;
  geo-pos:long "-19.93415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770928_1_AMP_020005'^^xsd:string;
  dwc:scientificName 'Proscina ? sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-19.93415'^^xsd:double;
  dwc:startLongitude '-19.895'^^xsd:double;
  dwc:endLongitude '-19.9733'^^xsd:double;
  dwc:latitude '60.27085'^^xsd:double;
  dwc:startLatitude '60.2717'^^xsd:double;
  dwc:endLatitude '60.27'^^xsd:double;
  dwc:minimumDepth '705'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  geo-pos:lat "60.065"^^xsd:decimal ;
  geo-pos:long "-20.04915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  geo-pos:lat "60.065"^^xsd:decimal ;
  geo-pos:long "-20.04915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_135007'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.065"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.065 -20.04915)"^^geo:wktLiteral ;
  geo-pos:lat "60.065"^^xsd:decimal ;
  geo-pos:long "-20.04915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770924_8_FIS_135008'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.04915'^^xsd:double;
  dwc:startLongitude '-20.0083'^^xsd:double;
  dwc:endLongitude '-20.09'^^xsd:double;
  dwc:latitude '60.065'^^xsd:double;
  dwc:startLatitude '60.035'^^xsd:double;
  dwc:endLatitude '60.095'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '995'^^xsd:integer;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:observationDate '1971-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.085"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.085 -14.1033)"^^geo:wktLiteral ;
  geo-pos:lat "28.085"^^xsd:decimal ;
  geo-pos:long "-14.1033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582702_63_AMP_030015'^^xsd:string;
  dwc:scientificName 'Scina submarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-14.1033'^^xsd:double;
  dwc:startLongitude '14.1033'^^xsd:double;
  dwc:latitude '28.085'^^xsd:double;
  dwc:startLatitude '28.085'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '103285'^^xsd:integer;
  dwc:observationDate '1965-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '103285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.89165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  geo-pos:lat "39.89165"^^xsd:decimal ;
  geo-pos:long "-20.0258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '748001_8_MYS_002002'^^xsd:string;
  dwc:scientificName 'Gnathophausia gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0258'^^xsd:double;
  dwc:startLongitude '-20.1233'^^xsd:double;
  dwc:endLongitude '-19.9283'^^xsd:double;
  dwc:latitude '39.89165'^^xsd:double;
  dwc:startLatitude '39.92'^^xsd:double;
  dwc:endLatitude '39.8633'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:aphiaid '119927'^^xsd:integer;
  dwc:observationDate '1970-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '119931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.20085"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "710"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.20085 -19.9267)"^^geo:wktLiteral ;
  geo-pos:lat "60.20085"^^xsd:decimal ;
  geo-pos:long "-19.9267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770921_8_FIS_778002'^^xsd:string;
  dwc:scientificName 'Scopelogadus mizolepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-19.9267'^^xsd:double;
  dwc:startLongitude '-19.8917'^^xsd:double;
  dwc:endLongitude '-19.9617'^^xsd:double;
  dwc:latitude '60.20085'^^xsd:double;
  dwc:startLatitude '60.1667'^^xsd:double;
  dwc:endLatitude '60.235'^^xsd:double;
  dwc:minimumDepth '710'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '127279'^^xsd:integer;
  dwc:observationDate '1971-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '127279'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  geo-pos:lat "30.0817"^^xsd:decimal ;
  geo-pos:long "-23.2225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785667_1_COP_003001'^^xsd:string;
  dwc:scientificName 'Neocalanus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2225'^^xsd:double;
  dwc:startLongitude '-23.2'^^xsd:double;
  dwc:endLongitude '-23.245'^^xsd:double;
  dwc:latitude '30.0817'^^xsd:double;
  dwc:startLatitude '30.0767'^^xsd:double;
  dwc:endLatitude '30.0867'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '104471'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  geo-pos:lat "30.0817"^^xsd:decimal ;
  geo-pos:long "-23.2225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785667_1_COP_010001'^^xsd:string;
  dwc:scientificName 'Eucalanus attenuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2225'^^xsd:double;
  dwc:startLongitude '-23.2'^^xsd:double;
  dwc:endLongitude '-23.245'^^xsd:double;
  dwc:latitude '30.0817'^^xsd:double;
  dwc:startLatitude '30.0767'^^xsd:double;
  dwc:endLatitude '30.0867'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '149719'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '237968'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0817 -23.2225)"^^geo:wktLiteral ;
  geo-pos:lat "30.0817"^^xsd:decimal ;
  geo-pos:long "-23.2225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785667_1_COP_010003'^^xsd:string;
  dwc:scientificName 'Eucalanus monachus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-23.2225'^^xsd:double;
  dwc:startLongitude '-23.2'^^xsd:double;
  dwc:endLongitude '-23.245'^^xsd:double;
  dwc:latitude '30.0817'^^xsd:double;
  dwc:startLatitude '30.0767'^^xsd:double;
  dwc:endLatitude '30.0867'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '196776'^^xsd:integer;
  dwc:observationDate '1972-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '104545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582507_64_FIS_525000'^^xsd:string;
  dwc:scientificName 'Myctophidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '125498'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '125498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  geo-pos:lat "60.08165"^^xsd:decimal ;
  geo-pos:long "-19.9525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010403'^^xsd:string;
  dwc:scientificName 'Conchoecia acuticosta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  geo-pos:lat "60.08165"^^xsd:decimal ;
  geo-pos:long "-19.9525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010450'^^xsd:string;
  dwc:scientificName 'Conchoecia haddoni s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '183079'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '127831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08165"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08165 -19.9525)"^^geo:wktLiteral ;
  geo-pos:lat "60.08165"^^xsd:decimal ;
  geo-pos:long "-19.9525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770905_1_OST_010500'^^xsd:string;
  dwc:scientificName 'Conchoecia loricata s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-19.9525'^^xsd:double;
  dwc:startLongitude '-19.9533'^^xsd:double;
  dwc:endLongitude '-19.9517'^^xsd:double;
  dwc:latitude '60.08165'^^xsd:double;
  dwc:startLatitude '60.0383'^^xsd:double;
  dwc:endLatitude '60.125'^^xsd:double;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '183083'^^xsd:integer;
  dwc:observationDate '1971-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '127798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582506_63_CAL_162001'^^xsd:string;
  dwc:scientificName 'Chuniphyes multidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:aphiaid '135409'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '135409'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  geo-pos:lat "40.0242"^^xsd:decimal ;
  geo-pos:long "-19.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010452'^^xsd:string;
  dwc:scientificName 'Conchoecia bispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '183075'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.89165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89165 -20.0258)"^^geo:wktLiteral ;
  geo-pos:lat "39.89165"^^xsd:decimal ;
  geo-pos:long "-20.0258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '748001_8_MYS_002001'^^xsd:string;
  dwc:scientificName 'Gnathophausia zoea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0258'^^xsd:double;
  dwc:startLongitude '-20.1233'^^xsd:double;
  dwc:endLongitude '-19.9283'^^xsd:double;
  dwc:latitude '39.89165'^^xsd:double;
  dwc:startLatitude '39.92'^^xsd:double;
  dwc:endLatitude '39.8633'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1510'^^xsd:integer;
  dwc:aphiaid '119930'^^xsd:integer;
  dwc:observationDate '1970-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '119930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  geo-pos:lat "40.0242"^^xsd:decimal ;
  geo-pos:long "-19.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010350'^^xsd:string;
  dwc:scientificName 'Conchoecia obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '183086'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  geo-pos:lat "40.0242"^^xsd:decimal ;
  geo-pos:long "-19.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010400'^^xsd:string;
  dwc:scientificName 'Conchoecia curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '183077'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0242"^^xsd:decimal ;
  dwc:decimalLongitude "-19.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0242 -19.975)"^^geo:wktLiteral ;
  geo-pos:lat "40.0242"^^xsd:decimal ;
  geo-pos:long "-19.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '747802_1_OST_010402'^^xsd:string;
  dwc:scientificName 'Conchoecia stigmatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-19.975'^^xsd:double;
  dwc:startLongitude '-19.9317'^^xsd:double;
  dwc:endLongitude '-20.0183'^^xsd:double;
  dwc:latitude '40.0242'^^xsd:double;
  dwc:startLatitude '40.0317'^^xsd:double;
  dwc:endLatitude '40.0167'^^xsd:double;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '183094'^^xsd:integer;
  dwc:observationDate '1970-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582504_63_COP_081005'^^xsd:string;
  dwc:scientificName 'Metridia princeps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '104635'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '104635'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  geo-pos:lat "39.845"^^xsd:decimal ;
  geo-pos:long "-20.31085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_010250'^^xsd:string;
  dwc:scientificName 'Conchoecia edentata s'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  geo-pos:lat "52.87335"^^xsd:decimal ;
  geo-pos:long "-19.97835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_OST_010812'^^xsd:string;
  dwc:scientificName 'Conchoecia subinflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  geo-pos:lat "39.845"^^xsd:decimal ;
  geo-pos:long "-20.31085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_010053'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  geo-pos:lat "39.845"^^xsd:decimal ;
  geo-pos:long "-20.31085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_010054'^^xsd:string;
  dwc:scientificName 'Conchoecia elegans 1.2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:aphiaid '150191'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.845"^^xsd:decimal ;
  dwc:decimalLongitude "-20.31085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.845 -20.31085)"^^geo:wktLiteral ;
  geo-pos:lat "39.845"^^xsd:decimal ;
  geo-pos:long "-20.31085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740644_1_OST_010102'^^xsd:string;
  dwc:scientificName 'Conchoecia macroprocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-20.31085'^^xsd:double;
  dwc:startLongitude '-20.3517'^^xsd:double;
  dwc:endLongitude '-20.27'^^xsd:double;
  dwc:latitude '39.845'^^xsd:double;
  dwc:startLatitude '39.8117'^^xsd:double;
  dwc:endLatitude '39.8783'^^xsd:double;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '745'^^xsd:integer;
  dwc:observationDate '1970-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.11"^^xsd:decimal ;
  dwc:decimalLongitude "-14.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.11 -14.115)"^^geo:wktLiteral ;
  geo-pos:lat "28.11"^^xsd:decimal ;
  geo-pos:long "-14.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '582502_63_EUP_001006'^^xsd:string;
  dwc:scientificName 'Thysanopoda obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-14.115'^^xsd:double;
  dwc:startLongitude '14.115'^^xsd:double;
  dwc:latitude '28.11'^^xsd:double;
  dwc:startLatitude '28.11'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '110719'^^xsd:integer;
  dwc:observationDate '1965-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '110719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.27085 -20.30665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.27085"^^xsd:decimal ;
  dwc:decimalLongitude "-20.30665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.27085 -20.30665)"^^geo:wktLiteral ;
  geo-pos:lat "40.27085"^^xsd:decimal ;
  geo-pos:long "-20.30665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740638_1_CHA_000000'^^xsd:string;
  dwc:scientificName 'Unidentified chaetognaths'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-20.30665'^^xsd:double;
  dwc:startLongitude '-20.2733'^^xsd:double;
  dwc:endLongitude '-20.34'^^xsd:double;
  dwc:latitude '40.27085'^^xsd:double;
  dwc:startLatitude '40.235'^^xsd:double;
  dwc:endLatitude '40.3067'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:observationDate '1970-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.27085 -20.30665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.27085"^^xsd:decimal ;
  dwc:decimalLongitude "-20.30665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.27085 -20.30665)"^^geo:wktLiteral ;
  geo-pos:lat "40.27085"^^xsd:decimal ;
  geo-pos:long "-20.30665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740638_1_CHA_001010'^^xsd:string;
  dwc:scientificName 'Sagitta serratodentata atl.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-20.30665'^^xsd:double;
  dwc:startLongitude '-20.2733'^^xsd:double;
  dwc:endLongitude '-20.34'^^xsd:double;
  dwc:latitude '40.27085'^^xsd:double;
  dwc:startLatitude '40.235'^^xsd:double;
  dwc:endLatitude '40.3067'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:aphiaid '154095'^^xsd:integer;
  dwc:observationDate '1970-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '379365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  geo-pos:lat "39.9308"^^xsd:decimal ;
  geo-pos:long "-20.15585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  geo-pos:lat "39.9308"^^xsd:decimal ;
  geo-pos:long "-20.15585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_EUP_002001'^^xsd:string;
  dwc:scientificName 'Meganyctiphanes norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110690'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '110690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  geo-pos:lat "39.9308"^^xsd:decimal ;
  geo-pos:long "-20.15585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_EUP_005003'^^xsd:string;
  dwc:scientificName 'Euphausia krohnii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110687'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '110687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.27085 -20.30665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.27085"^^xsd:decimal ;
  dwc:decimalLongitude "-20.30665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.27085 -20.30665)"^^geo:wktLiteral ;
  geo-pos:lat "40.27085"^^xsd:decimal ;
  geo-pos:long "-20.30665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740638_1_CHA_001031'^^xsd:string;
  dwc:scientificName 'Sagitta decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-20.30665'^^xsd:double;
  dwc:startLongitude '-20.2733'^^xsd:double;
  dwc:endLongitude '-20.34'^^xsd:double;
  dwc:latitude '40.27085'^^xsd:double;
  dwc:startLatitude '40.235'^^xsd:double;
  dwc:endLatitude '40.3067'^^xsd:double;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:aphiaid '105449'^^xsd:integer;
  dwc:observationDate '1970-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '370469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  geo-pos:lat "29.685"^^xsd:decimal ;
  geo-pos:long "-22.95585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1250"^^xsd:integer ;
  dwc:maximumDepthInMeters "1500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85915 -23.10665)"^^geo:wktLiteral ;
  geo-pos:lat "29.85915"^^xsd:decimal ;
  geo-pos:long "-23.10665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785652_8_FIS_135002'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-23.10665'^^xsd:double;
  dwc:startLongitude '-23.0883'^^xsd:double;
  dwc:endLongitude '-23.125'^^xsd:double;
  dwc:latitude '29.85915'^^xsd:double;
  dwc:startLatitude '29.9433'^^xsd:double;
  dwc:endLatitude '29.775'^^xsd:double;
  dwc:minimumDepth '1250'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  geo-pos:lat "40.03335"^^xsd:decimal ;
  geo-pos:long "-20.04665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010602'^^xsd:string;
  dwc:scientificName 'Conchoecia kampta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '183082'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  geo-pos:lat "40.03335"^^xsd:decimal ;
  geo-pos:long "-20.04665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010650'^^xsd:string;
  dwc:scientificName 'Conchoecia rhynchena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '183089'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  geo-pos:lat "40.03335"^^xsd:decimal ;
  geo-pos:long "-20.04665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010652'^^xsd:string;
  dwc:scientificName 'Conchoecia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  geo-pos:lat "39.92835"^^xsd:decimal ;
  geo-pos:long "-19.94835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740624_1_CHA_001041'^^xsd:string;
  dwc:scientificName 'Sagitta lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-19.94835'^^xsd:double;
  dwc:startLongitude '-19.95'^^xsd:double;
  dwc:endLongitude '-19.9467'^^xsd:double;
  dwc:latitude '39.92835'^^xsd:double;
  dwc:startLatitude '39.965'^^xsd:double;
  dwc:endLatitude '39.8917'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '105455'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '105444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  geo-pos:lat "39.92835"^^xsd:decimal ;
  geo-pos:long "-19.94835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740624_1_CHA_002004'^^xsd:string;
  dwc:scientificName 'Eukrohnia bathyantarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-19.94835'^^xsd:double;
  dwc:startLongitude '-19.95'^^xsd:double;
  dwc:endLongitude '-19.9467'^^xsd:double;
  dwc:latitude '39.92835'^^xsd:double;
  dwc:startLatitude '39.965'^^xsd:double;
  dwc:endLatitude '39.8917'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '266224'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '266224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  geo-pos:lat "39.92835"^^xsd:decimal ;
  geo-pos:long "-19.94835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740624_1_CHA_002006'^^xsd:string;
  dwc:scientificName 'Eukrohnia hamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-19.94835'^^xsd:double;
  dwc:startLongitude '-19.95'^^xsd:double;
  dwc:endLongitude '-19.9467'^^xsd:double;
  dwc:latitude '39.92835'^^xsd:double;
  dwc:startLatitude '39.965'^^xsd:double;
  dwc:endLatitude '39.8917'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '105416'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '105416'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-20.1633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  geo-pos:lat "40.0108"^^xsd:decimal ;
  geo-pos:long "-20.1633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740618_1_OST_010402'^^xsd:string;
  dwc:scientificName 'Conchoecia stigmatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.1633'^^xsd:double;
  dwc:startLongitude '-20.1683'^^xsd:double;
  dwc:endLongitude '-20.1583'^^xsd:double;
  dwc:latitude '40.0108'^^xsd:double;
  dwc:startLatitude '40.0433'^^xsd:double;
  dwc:endLatitude '39.9783'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:aphiaid '183094'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0108"^^xsd:decimal ;
  dwc:decimalLongitude "-20.1633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0108 -20.1633)"^^geo:wktLiteral ;
  geo-pos:lat "40.0108"^^xsd:decimal ;
  geo-pos:long "-20.1633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740618_1_OST_010500'^^xsd:string;
  dwc:scientificName 'Conchoecia loricata s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.1633'^^xsd:double;
  dwc:startLongitude '-20.1683'^^xsd:double;
  dwc:endLongitude '-20.1583'^^xsd:double;
  dwc:latitude '40.0108'^^xsd:double;
  dwc:startLatitude '40.0433'^^xsd:double;
  dwc:endLatitude '39.9783'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:aphiaid '183083'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  geo-pos:lat "52.8358"^^xsd:decimal ;
  geo-pos:long "-19.9575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.065 -27.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.065"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.065 -27.1967)"^^geo:wktLiteral ;
  geo-pos:lat "32.065"^^xsd:decimal ;
  geo-pos:long "-27.1967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826500_8_EUP_010002'^^xsd:string;
  dwc:scientificName 'Stylocheiron affine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-27.1967'^^xsd:double;
  dwc:startLongitude '-27.2017'^^xsd:double;
  dwc:endLongitude '-27.1917'^^xsd:double;
  dwc:latitude '32.065'^^xsd:double;
  dwc:startLatitude '32.0167'^^xsd:double;
  dwc:endLatitude '32.1133'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '110700'^^xsd:integer;
  dwc:observationDate '1973-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '110700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.70085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04915 -12.70085)"^^geo:wktLiteral ;
  geo-pos:lat "44.04915"^^xsd:decimal ;
  geo-pos:long "-12.70085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850804_1_EUP_002001'^^xsd:string;
  dwc:scientificName 'Meganyctiphanes norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-12.70085'^^xsd:double;
  dwc:startLongitude '-12.7217'^^xsd:double;
  dwc:endLongitude '-12.68'^^xsd:double;
  dwc:latitude '44.04915'^^xsd:double;
  dwc:startLatitude '44.0583'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '110690'^^xsd:integer;
  dwc:observationDate '1974-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '110690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.30585"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.30585 -31.4775)"^^geo:wktLiteral ;
  geo-pos:lat "32.30585"^^xsd:decimal ;
  geo-pos:long "-31.4775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1023219_86_CAL_147001'^^xsd:string;
  dwc:scientificName 'Eudoxoides mitra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-31.4775'^^xsd:double;
  dwc:startLongitude '-31.485'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '32.30585'^^xsd:double;
  dwc:startLatitude '32.315'^^xsd:double;
  dwc:endLatitude '32.2967'^^xsd:double;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '135423'^^xsd:integer;
  dwc:observationDate '1980-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '135423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04165"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  geo-pos:lat "35.04165"^^xsd:decimal ;
  geo-pos:long "-33.0967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037901_84_HET_003014'^^xsd:string;
  dwc:scientificName 'Atlanta inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.0967'^^xsd:double;
  dwc:startLongitude '-33.0617'^^xsd:double;
  dwc:endLongitude '-33.1317'^^xsd:double;
  dwc:latitude '35.04165'^^xsd:double;
  dwc:startLatitude '35.035'^^xsd:double;
  dwc:endLatitude '35.0483'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '138835'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '430413'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04165"^^xsd:decimal ;
  dwc:decimalLongitude "-33.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04165 -33.0967)"^^geo:wktLiteral ;
  geo-pos:lat "35.04165"^^xsd:decimal ;
  geo-pos:long "-33.0967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '1037901_84_HET_004002'^^xsd:string;
  dwc:scientificName 'Carinaria lamarcki challengeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-33.0967'^^xsd:double;
  dwc:startLongitude '-33.0617'^^xsd:double;
  dwc:endLongitude '-33.1317'^^xsd:double;
  dwc:latitude '35.04165'^^xsd:double;
  dwc:startLatitude '35.035'^^xsd:double;
  dwc:endLatitude '35.0483'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '225062'^^xsd:integer;
  dwc:observationDate '1981-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '416623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1341"^^xsd:integer ;
  dwc:maximumDepthInMeters "1356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.7825"^^xsd:decimal ;
  geo-pos:long "-14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785705_210_FIS_361001'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.52'^^xsd:double;
  dwc:startLongitude '-14.5233'^^xsd:double;
  dwc:endLongitude '-14.5167'^^xsd:double;
  dwc:latitude '36.7825'^^xsd:double;
  dwc:startLatitude '36.7767'^^xsd:double;
  dwc:endLatitude '36.7883'^^xsd:double;
  dwc:minimumDepth '1341'^^xsd:integer;
  dwc:maximumDepth '1356'^^xsd:integer;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:observationDate '1972-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1341"^^xsd:integer ;
  dwc:maximumDepthInMeters "1356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.7825"^^xsd:decimal ;
  geo-pos:long "-14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785705_210_FIS_768001'^^xsd:string;
  dwc:scientificName 'Sphagemacrurus hirundo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.52'^^xsd:double;
  dwc:startLongitude '-14.5233'^^xsd:double;
  dwc:endLongitude '-14.5167'^^xsd:double;
  dwc:latitude '36.7825'^^xsd:double;
  dwc:startLatitude '36.7767'^^xsd:double;
  dwc:endLatitude '36.7883'^^xsd:double;
  dwc:minimumDepth '1341'^^xsd:integer;
  dwc:maximumDepth '1356'^^xsd:integer;
  dwc:aphiaid '126479'^^xsd:integer;
  dwc:observationDate '1972-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7825"^^xsd:decimal ;
  dwc:decimalLongitude "-14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1341"^^xsd:integer ;
  dwc:maximumDepthInMeters "1356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7825 -14.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.7825"^^xsd:decimal ;
  geo-pos:long "-14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785705_210_FIS_771001'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-14.52'^^xsd:double;
  dwc:startLongitude '-14.5233'^^xsd:double;
  dwc:endLongitude '-14.5167'^^xsd:double;
  dwc:latitude '36.7825'^^xsd:double;
  dwc:startLatitude '36.7767'^^xsd:double;
  dwc:endLatitude '36.7883'^^xsd:double;
  dwc:minimumDepth '1341'^^xsd:integer;
  dwc:maximumDepth '1356'^^xsd:integer;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1972-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  geo-pos:lat "39.84915"^^xsd:decimal ;
  geo-pos:long "-20.2842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_1_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  geo-pos:lat "39.84915"^^xsd:decimal ;
  geo-pos:long "-20.2842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_1_OST_010808'^^xsd:string;
  dwc:scientificName 'Conchoecia teretivalvata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.84915"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.84915 -20.2842)"^^geo:wktLiteral ;
  geo-pos:lat "39.84915"^^xsd:decimal ;
  geo-pos:long "-20.2842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740613_8_CAL_141001'^^xsd:string;
  dwc:scientificName 'Sulculeolaria quadrivalvis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-20.2842'^^xsd:double;
  dwc:startLongitude '-20.3017'^^xsd:double;
  dwc:endLongitude '-20.2667'^^xsd:double;
  dwc:latitude '39.84915'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.8083'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '135447'^^xsd:integer;
  dwc:observationDate '1970-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '135447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  geo-pos:lat "39.85165"^^xsd:decimal ;
  geo-pos:long "-20.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  geo-pos:lat "39.85165"^^xsd:decimal ;
  geo-pos:long "-20.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_010009'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne short'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.85165"^^xsd:decimal ;
  dwc:decimalLongitude "-20.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.85165 -20.175)"^^geo:wktLiteral ;
  geo-pos:lat "39.85165"^^xsd:decimal ;
  geo-pos:long "-20.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740609_1_EUP_010010'^^xsd:string;
  dwc:scientificName 'Stylocheiron abbreviatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.175'^^xsd:double;
  dwc:startLongitude '-20.13'^^xsd:double;
  dwc:endLongitude '-20.22'^^xsd:double;
  dwc:latitude '39.85165'^^xsd:double;
  dwc:startLatitude '39.83'^^xsd:double;
  dwc:endLatitude '39.8733'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '110699'^^xsd:integer;
  dwc:observationDate '1970-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  geo-pos:lat "39.97335"^^xsd:decimal ;
  geo-pos:long "-20.12665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010650'^^xsd:string;
  dwc:scientificName 'Conchoecia rhynchena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '183089'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  geo-pos:lat "39.97335"^^xsd:decimal ;
  geo-pos:long "-20.12665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010653'^^xsd:string;
  dwc:scientificName 'Conchoecia borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '146852'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.97335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.12665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "910"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.97335 -20.12665)"^^geo:wktLiteral ;
  geo-pos:lat "39.97335"^^xsd:decimal ;
  geo-pos:long "-20.12665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740603_1_OST_010701'^^xsd:string;
  dwc:scientificName 'Conchoecia ametra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-20.12665'^^xsd:double;
  dwc:startLongitude '-20.1283'^^xsd:double;
  dwc:endLongitude '-20.125'^^xsd:double;
  dwc:latitude '39.97335'^^xsd:double;
  dwc:startLatitude '40.015'^^xsd:double;
  dwc:endLatitude '39.9317'^^xsd:double;
  dwc:minimumDepth '910'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '183074'^^xsd:integer;
  dwc:observationDate '1970-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-20.15585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9308 -20.15585)"^^geo:wktLiteral ;
  geo-pos:lat "39.9308"^^xsd:decimal ;
  geo-pos:long "-20.15585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740631_8_EUP_008002'^^xsd:string;
  dwc:scientificName 'Nematoscelis megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-20.15585'^^xsd:double;
  dwc:startLongitude '-20.1167'^^xsd:double;
  dwc:endLongitude '-20.195'^^xsd:double;
  dwc:latitude '39.9308'^^xsd:double;
  dwc:startLatitude '39.9383'^^xsd:double;
  dwc:endLatitude '39.9233'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110695'^^xsd:integer;
  dwc:observationDate '1970-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1649789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  geo-pos:lat "30.14585"^^xsd:decimal ;
  geo-pos:long "-23.015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785650_8_FIS_777002'^^xsd:string;
  dwc:scientificName 'Scopeloberyx robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.015'^^xsd:double;
  dwc:startLongitude '-23.0033'^^xsd:double;
  dwc:endLongitude '-23.0267'^^xsd:double;
  dwc:latitude '30.14585'^^xsd:double;
  dwc:startLatitude '30.0617'^^xsd:double;
  dwc:endLatitude '30.23'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '127276'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '127276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14585 -23.015)"^^geo:wktLiteral ;
  geo-pos:lat "30.14585"^^xsd:decimal ;
  geo-pos:long "-23.015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785650_8_FIS_781001'^^xsd:string;
  dwc:scientificName 'Serrivomer beani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.015'^^xsd:double;
  dwc:startLongitude '-23.0033'^^xsd:double;
  dwc:endLongitude '-23.0267'^^xsd:double;
  dwc:latitude '30.14585'^^xsd:double;
  dwc:startLatitude '30.0617'^^xsd:double;
  dwc:endLatitude '30.23'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '183420'^^xsd:integer;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '126319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85585 -23.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1005"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85585 -23.0775)"^^geo:wktLiteral ;
  geo-pos:lat "29.85585"^^xsd:decimal ;
  geo-pos:long "-23.0775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785648_1_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.0775'^^xsd:double;
  dwc:startLongitude '-23.0083'^^xsd:double;
  dwc:endLongitude '-23.1467'^^xsd:double;
  dwc:latitude '29.85585'^^xsd:double;
  dwc:startLatitude '29.8117'^^xsd:double;
  dwc:endLatitude '29.9'^^xsd:double;
  dwc:minimumDepth '1005'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1972-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85585 -23.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1005"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85585 -23.0775)"^^geo:wktLiteral ;
  geo-pos:lat "29.85585"^^xsd:decimal ;
  geo-pos:long "-23.0775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785648_1_CAL_132000'^^xsd:string;
  dwc:scientificName 'Vogtia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.0775'^^xsd:double;
  dwc:startLongitude '-23.0083'^^xsd:double;
  dwc:endLongitude '-23.1467'^^xsd:double;
  dwc:latitude '29.85585'^^xsd:double;
  dwc:startLatitude '29.8117'^^xsd:double;
  dwc:endLatitude '29.9'^^xsd:double;
  dwc:minimumDepth '1005'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '135369'^^xsd:integer;
  dwc:observationDate '1972-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '135369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85585 -23.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85585"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1005"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85585 -23.0775)"^^geo:wktLiteral ;
  geo-pos:lat "29.85585"^^xsd:decimal ;
  geo-pos:long "-23.0775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785648_1_CAL_132003'^^xsd:string;
  dwc:scientificName 'Vogtia serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-23.0775'^^xsd:double;
  dwc:startLongitude '-23.0083'^^xsd:double;
  dwc:endLongitude '-23.1467'^^xsd:double;
  dwc:latitude '29.85585'^^xsd:double;
  dwc:startLatitude '29.8117'^^xsd:double;
  dwc:endLatitude '29.9'^^xsd:double;
  dwc:minimumDepth '1005'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '135452'^^xsd:integer;
  dwc:observationDate '1972-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '135452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.04665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03335 -20.04665)"^^geo:wktLiteral ;
  geo-pos:lat "40.03335"^^xsd:decimal ;
  geo-pos:long "-20.04665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740627_1_OST_010653'^^xsd:string;
  dwc:scientificName 'Conchoecia borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-20.04665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '40.03335'^^xsd:double;
  dwc:startLatitude '40.025'^^xsd:double;
  dwc:endLatitude '40.0417'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '146852'^^xsd:integer;
  dwc:observationDate '1970-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  geo-pos:lat "52.95585"^^xsd:decimal ;
  geo-pos:long "-19.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_129001'^^xsd:string;
  dwc:scientificName 'Parathemisto gaudichaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '149675'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '103260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93085"^^xsd:decimal ;
  dwc:decimalLongitude "-22.98415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  geo-pos:lat "29.93085"^^xsd:decimal ;
  geo-pos:long "-22.98415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785620_8_EUP_001004'^^xsd:string;
  dwc:scientificName 'Thysanopoda aequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-22.98415'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.9733'^^xsd:double;
  dwc:latitude '29.93085'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.8867'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '110713'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.92835"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.92835 -19.94835)"^^geo:wktLiteral ;
  geo-pos:lat "39.92835"^^xsd:decimal ;
  geo-pos:long "-19.94835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '740624_1_COP_200005'^^xsd:string;
  dwc:scientificName 'Oncaea ornata form 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-19.94835'^^xsd:double;
  dwc:startLongitude '-19.95'^^xsd:double;
  dwc:endLongitude '-19.9467'^^xsd:double;
  dwc:latitude '39.92835'^^xsd:double;
  dwc:startLatitude '39.965'^^xsd:double;
  dwc:endLatitude '39.8917'^^xsd:double;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '128944'^^xsd:integer;
  dwc:observationDate '1970-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '128944'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9825"^^xsd:decimal ;
  dwc:decimalLongitude "-22.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  geo-pos:lat "29.9825"^^xsd:decimal ;
  geo-pos:long "-22.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785637_8_FIS_581001'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.97'^^xsd:double;
  dwc:startLongitude '-22.98'^^xsd:double;
  dwc:endLongitude '-22.96'^^xsd:double;
  dwc:latitude '29.9825'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '29.9433'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9825"^^xsd:decimal ;
  dwc:decimalLongitude "-22.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9825 -22.97)"^^geo:wktLiteral ;
  geo-pos:lat "29.9825"^^xsd:decimal ;
  geo-pos:long "-22.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785637_8_FIS_582001'^^xsd:string;
  dwc:scientificName 'Notoscopelus resplendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.97'^^xsd:double;
  dwc:startLongitude '-22.98'^^xsd:double;
  dwc:endLongitude '-22.96'^^xsd:double;
  dwc:latitude '29.9825'^^xsd:double;
  dwc:startLatitude '30.0217'^^xsd:double;
  dwc:endLatitude '29.9433'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '158916'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '158916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^xsd:decimal ;
  dwc:decimalLongitude "-20.07665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -20.07665)"^^geo:wktLiteral ;
  geo-pos:lat "52.85"^^xsd:decimal ;
  geo-pos:long "-20.07665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771124_8_FIS_581001'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-20.07665'^^xsd:double;
  dwc:startLongitude '-20.07'^^xsd:double;
  dwc:endLongitude '-20.0833'^^xsd:double;
  dwc:latitude '52.85'^^xsd:double;
  dwc:startLatitude '52.8667'^^xsd:double;
  dwc:endLatitude '52.8333'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:observationDate '1971-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04085 -12.73415)"^^geo:wktLiteral ;
  geo-pos:lat "44.04085"^^xsd:decimal ;
  geo-pos:long "-12.73415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850775_8_EUP_002001'^^xsd:string;
  dwc:scientificName 'Meganyctiphanes norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-12.73415'^^xsd:double;
  dwc:startLongitude '-12.7183'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '44.04085'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.025'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '110690'^^xsd:integer;
  dwc:observationDate '1974-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '110690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03415"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03415 -12.8117)"^^geo:wktLiteral ;
  geo-pos:lat "44.03415"^^xsd:decimal ;
  geo-pos:long "-12.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850794_1_CHA_000000'^^xsd:string;
  dwc:scientificName 'Unidentified chaetognaths'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.8117'^^xsd:double;
  dwc:startLongitude '-12.7767'^^xsd:double;
  dwc:endLongitude '-12.8467'^^xsd:double;
  dwc:latitude '44.03415'^^xsd:double;
  dwc:startLatitude '44.04'^^xsd:double;
  dwc:endLatitude '44.0283'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:observationDate '1974-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.08835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.08835)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.08835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771115_8_CAL_112000'^^xsd:string;
  dwc:scientificName 'Praya sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-20.08835'^^xsd:double;
  dwc:startLongitude '-20.155'^^xsd:double;
  dwc:endLongitude '-20.0217'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.8733'^^xsd:double;
  dwc:endLatitude '52.8967'^^xsd:double;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135376'^^xsd:integer;
  dwc:observationDate '1971-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '135376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  geo-pos:lat "29.83915"^^xsd:decimal ;
  geo-pos:long "-23.0925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785617_8_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0925'^^xsd:double;
  dwc:startLongitude '-23.08'^^xsd:double;
  dwc:endLongitude '-23.105'^^xsd:double;
  dwc:latitude '29.83915'^^xsd:double;
  dwc:startLatitude '29.8733'^^xsd:double;
  dwc:endLatitude '29.805'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94665"^^xsd:decimal ;
  dwc:decimalLongitude "-22.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94665 -22.995)"^^geo:wktLiteral ;
  geo-pos:lat "29.94665"^^xsd:decimal ;
  geo-pos:long "-22.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785624_8_FIS_985000'^^xsd:string;
  dwc:scientificName 'Halfbeak'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.995'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.995'^^xsd:double;
  dwc:latitude '29.94665'^^xsd:double;
  dwc:startLatitude '29.985'^^xsd:double;
  dwc:endLatitude '29.9083'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  geo-pos:lat "29.685"^^xsd:decimal ;
  geo-pos:long "-22.95585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_009002'^^xsd:string;
  dwc:scientificName 'Nematobrachion sexspinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110693'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  geo-pos:lat "29.685"^^xsd:decimal ;
  geo-pos:long "-22.95585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_010001'^^xsd:string;
  dwc:scientificName 'Stylocheiron carinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110701'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  geo-pos:lat "29.685"^^xsd:decimal ;
  geo-pos:long "-22.95585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_010002'^^xsd:string;
  dwc:scientificName 'Stylocheiron affine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110700'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.685"^^xsd:decimal ;
  dwc:decimalLongitude "-22.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.685 -22.95585)"^^geo:wktLiteral ;
  geo-pos:lat "29.685"^^xsd:decimal ;
  geo-pos:long "-22.95585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785622_1_EUP_010003'^^xsd:string;
  dwc:scientificName 'Stylocheiron suhmii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-22.95585'^^xsd:double;
  dwc:startLongitude '-22.9567'^^xsd:double;
  dwc:endLongitude '-22.955'^^xsd:double;
  dwc:latitude '29.685'^^xsd:double;
  dwc:startLatitude '29.73'^^xsd:double;
  dwc:endLatitude '29.64'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '110706'^^xsd:integer;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7725"^^xsd:decimal ;
  dwc:decimalLongitude "-20.14585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "505"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7725 -20.14585)"^^geo:wktLiteral ;
  geo-pos:lat "52.7725"^^xsd:decimal ;
  geo-pos:long "-20.14585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771110_8_AMP_010002'^^xsd:string;
  dwc:scientificName 'Mimonectes loveni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-20.14585'^^xsd:double;
  dwc:startLongitude '-20.21'^^xsd:double;
  dwc:endLongitude '-20.0817'^^xsd:double;
  dwc:latitude '52.7725'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.785'^^xsd:double;
  dwc:minimumDepth '505'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '103269'^^xsd:integer;
  dwc:observationDate '1971-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '103269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93835 -23.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93835"^^xsd:decimal ;
  dwc:decimalLongitude "-23.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93835 -23.05)"^^geo:wktLiteral ;
  geo-pos:lat "29.93835"^^xsd:decimal ;
  geo-pos:long "-23.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785616_1_CAL_131001'^^xsd:string;
  dwc:scientificName 'Hippopodius hippopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.05'^^xsd:double;
  dwc:startLongitude '-23.0267'^^xsd:double;
  dwc:endLongitude '-23.0733'^^xsd:double;
  dwc:latitude '29.93835'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.9017'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135449'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93085"^^xsd:decimal ;
  dwc:decimalLongitude "-22.98415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93085 -22.98415)"^^geo:wktLiteral ;
  geo-pos:lat "29.93085"^^xsd:decimal ;
  geo-pos:long "-22.98415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785620_8_DEC_036005'^^xsd:string;
  dwc:scientificName 'Sergestes sargassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-22.98415'^^xsd:double;
  dwc:startLongitude '-22.995'^^xsd:double;
  dwc:endLongitude '-22.9733'^^xsd:double;
  dwc:latitude '29.93085'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.8867'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '107132'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '514114'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0692"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0692 -12.8108)"^^geo:wktLiteral ;
  geo-pos:lat "44.0692"^^xsd:decimal ;
  geo-pos:long "-12.8108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850862_1_COP_046003'^^xsd:string;
  dwc:scientificName 'Euchirella rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-12.8108'^^xsd:double;
  dwc:startLongitude '-12.7983'^^xsd:double;
  dwc:endLongitude '-12.8233'^^xsd:double;
  dwc:latitude '44.0692'^^xsd:double;
  dwc:startLatitude '44.0567'^^xsd:double;
  dwc:endLatitude '44.0817'^^xsd:double;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:aphiaid '104303'^^xsd:integer;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '104303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78085 -12.7875)"^^geo:wktLiteral ;
  geo-pos:lat "43.78085"^^xsd:decimal ;
  geo-pos:long "-12.7875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850937_8_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-12.7875'^^xsd:double;
  dwc:startLongitude '-12.825'^^xsd:double;
  dwc:endLongitude '-12.75'^^xsd:double;
  dwc:latitude '43.78085'^^xsd:double;
  dwc:startLatitude '43.7617'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1974-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.90915"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9417"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.90915 -19.9417)"^^geo:wktLiteral ;
  geo-pos:lat "52.90915"^^xsd:decimal ;
  geo-pos:long "-19.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771107_1_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-19.9417'^^xsd:double;
  dwc:startLongitude '-19.9967'^^xsd:double;
  dwc:endLongitude '-19.8867'^^xsd:double;
  dwc:latitude '52.90915'^^xsd:double;
  dwc:startLatitude '52.91'^^xsd:double;
  dwc:endLatitude '52.9083'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  geo-pos:lat "29.83915"^^xsd:decimal ;
  geo-pos:long "-23.0925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785617_8_EUP_010001'^^xsd:string;
  dwc:scientificName 'Stylocheiron carinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0925'^^xsd:double;
  dwc:startLongitude '-23.08'^^xsd:double;
  dwc:endLongitude '-23.105'^^xsd:double;
  dwc:latitude '29.83915'^^xsd:double;
  dwc:startLatitude '29.8733'^^xsd:double;
  dwc:endLatitude '29.805'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110701'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83915 -23.0925)"^^geo:wktLiteral ;
  geo-pos:lat "29.83915"^^xsd:decimal ;
  geo-pos:long "-23.0925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785617_8_EUP_010002'^^xsd:string;
  dwc:scientificName 'Stylocheiron affine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.0925'^^xsd:double;
  dwc:startLongitude '-23.08'^^xsd:double;
  dwc:endLongitude '-23.105'^^xsd:double;
  dwc:latitude '29.83915'^^xsd:double;
  dwc:startLatitude '29.8733'^^xsd:double;
  dwc:endLatitude '29.805'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '110700'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.885 -20.385)"^^geo:wktLiteral ;
  geo-pos:lat "52.885"^^xsd:decimal ;
  geo-pos:long "-20.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771103_1_OST_010750'^^xsd:string;
  dwc:scientificName 'Conchoecia daphnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-20.385'^^xsd:double;
  dwc:startLongitude '-20.3317'^^xsd:double;
  dwc:endLongitude '-20.4383'^^xsd:double;
  dwc:latitude '52.885'^^xsd:double;
  dwc:startLatitude '52.9083'^^xsd:double;
  dwc:endLatitude '52.8617'^^xsd:double;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '183078'^^xsd:integer;
  dwc:observationDate '1971-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-23.03085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785614_1_EUP_005005'^^xsd:string;
  dwc:scientificName 'Euphausia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.03085'^^xsd:double;
  dwc:startLongitude '-23.02'^^xsd:double;
  dwc:endLongitude '-23.0417'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:startLatitude '29.8367'^^xsd:double;
  dwc:endLatitude '29.7633'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '110683'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93835 -23.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93835"^^xsd:decimal ;
  dwc:decimalLongitude "-23.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93835 -23.05)"^^geo:wktLiteral ;
  geo-pos:lat "29.93835"^^xsd:decimal ;
  geo-pos:long "-23.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785616_1_CAL_121002'^^xsd:string;
  dwc:scientificName 'Nectopyramis thetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.05'^^xsd:double;
  dwc:startLongitude '-23.0267'^^xsd:double;
  dwc:endLongitude '-23.0733'^^xsd:double;
  dwc:latitude '29.93835'^^xsd:double;
  dwc:startLatitude '29.975'^^xsd:double;
  dwc:endLatitude '29.9017'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135465'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '135465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-23.03085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785614_1_COP_200011'^^xsd:string;
  dwc:scientificName 'Oncaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.03085'^^xsd:double;
  dwc:startLongitude '-23.02'^^xsd:double;
  dwc:endLongitude '-23.0417'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:startLatitude '29.8367'^^xsd:double;
  dwc:endLatitude '29.7633'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '149780'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -23.03085)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-23.03085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785614_1_COP_200015'^^xsd:string;
  dwc:scientificName 'Oncaea rotundata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-23.03085'^^xsd:double;
  dwc:startLongitude '-23.02'^^xsd:double;
  dwc:endLongitude '-23.0417'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:startLatitude '29.8367'^^xsd:double;
  dwc:endLatitude '29.7633'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '128949'^^xsd:integer;
  dwc:observationDate '1972-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '128949'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-20.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -20.02585)"^^geo:wktLiteral ;
  geo-pos:lat "59.83"^^xsd:decimal ;
  geo-pos:long "-20.02585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770991_8_CEP_531001'^^xsd:string;
  dwc:scientificName 'Mastigoteuthis schmidti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-20.02585'^^xsd:double;
  dwc:startLongitude '-19.91'^^xsd:double;
  dwc:endLongitude '-20.1417'^^xsd:double;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.84'^^xsd:double;
  dwc:endLatitude '59.82'^^xsd:double;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '140338'^^xsd:integer;
  dwc:observationDate '1971-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '140338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  geo-pos:lat "29.68415"^^xsd:decimal ;
  geo-pos:long "-23.1725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_COP_200008'^^xsd:string;
  dwc:scientificName 'Oncaea conifera v. minus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.235"^^xsd:decimal ;
  dwc:decimalLongitude "-23.82415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.235 -23.82415)"^^geo:wktLiteral ;
  geo-pos:lat "32.235"^^xsd:decimal ;
  geo-pos:long "-23.82415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '826400_8_CAL_143022'^^xsd:string;
  dwc:scientificName 'Lensia grimaldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-23.82415'^^xsd:double;
  dwc:startLongitude '-23.82'^^xsd:double;
  dwc:endLongitude '-23.8283'^^xsd:double;
  dwc:latitude '32.235'^^xsd:double;
  dwc:startLatitude '32.1867'^^xsd:double;
  dwc:endLatitude '32.2833'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '135430'^^xsd:integer;
  dwc:observationDate '1973-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '135430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  geo-pos:lat "29.68415"^^xsd:decimal ;
  geo-pos:long "-23.1725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_COP_200001'^^xsd:string;
  dwc:scientificName 'Oncaea venusta v. typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '363803'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '363803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  geo-pos:lat "29.68415"^^xsd:decimal ;
  geo-pos:long "-23.1725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_COP_200003'^^xsd:string;
  dwc:scientificName 'Oncaea mediterranea var. medium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '128939'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '128939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.68415 -23.1725)"^^geo:wktLiteral ;
  geo-pos:lat "29.68415"^^xsd:decimal ;
  geo-pos:long "-23.1725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785611_1_COP_200007'^^xsd:string;
  dwc:scientificName 'Oncaea conifera v. stocky'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.1725'^^xsd:double;
  dwc:startLongitude '-23.155'^^xsd:double;
  dwc:endLongitude '-23.19'^^xsd:double;
  dwc:latitude '29.68415'^^xsd:double;
  dwc:startLatitude '29.7233'^^xsd:double;
  dwc:endLatitude '29.645'^^xsd:double;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05835 -20.0025)"^^geo:wktLiteral ;
  geo-pos:lat "60.05835"^^xsd:decimal ;
  geo-pos:long "-20.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770963_8_MYS_002002'^^xsd:string;
  dwc:scientificName 'Gnathophausia gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-20.0025'^^xsd:double;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20.005'^^xsd:double;
  dwc:latitude '60.05835'^^xsd:double;
  dwc:startLatitude '60.01'^^xsd:double;
  dwc:endLatitude '60.1067'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:aphiaid '119927'^^xsd:integer;
  dwc:observationDate '1971-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '119931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.06085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-23.06085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785609_1_OST_010812'^^xsd:string;
  dwc:scientificName 'Conchoecia subinflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.06085'^^xsd:double;
  dwc:startLongitude '-23.04'^^xsd:double;
  dwc:endLongitude '-23.0817'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.865'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.06085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -23.06085)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-23.06085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785609_1_OST_010813'^^xsd:string;
  dwc:scientificName 'Conchoecia acuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.06085'^^xsd:double;
  dwc:startLongitude '-23.04'^^xsd:double;
  dwc:endLongitude '-23.0817'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.865'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.01665"^^xsd:decimal ;
  dwc:decimalLongitude "-19.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1525"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.01665 -19.565)"^^geo:wktLiteral ;
  geo-pos:lat "60.01665"^^xsd:decimal ;
  geo-pos:long "-19.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '770945_8_AMP_070002'^^xsd:string;
  dwc:scientificName 'Lanceola loveni grossipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-19.565'^^xsd:double;
  dwc:startLongitude '-19.5383'^^xsd:double;
  dwc:endLongitude '-19.5917'^^xsd:double;
  dwc:latitude '60.01665'^^xsd:double;
  dwc:startLatitude '59.9583'^^xsd:double;
  dwc:endLatitude '60.075'^^xsd:double;
  dwc:minimumDepth '1525'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '510145'^^xsd:integer;
  dwc:observationDate '1971-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '510145'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8175"^^xsd:decimal ;
  dwc:decimalLongitude "-23.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  geo-pos:lat "29.8175"^^xsd:decimal ;
  geo-pos:long "-23.055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785607_8_DEC_001002'^^xsd:string;
  dwc:scientificName 'Acanthephyra pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.055'^^xsd:double;
  dwc:startLongitude '-23.0467'^^xsd:double;
  dwc:endLongitude '-23.0633'^^xsd:double;
  dwc:latitude '29.8175'^^xsd:double;
  dwc:startLatitude '29.8517'^^xsd:double;
  dwc:endLatitude '29.7833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '895'^^xsd:integer;
  dwc:aphiaid '107581'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '107581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8175"^^xsd:decimal ;
  dwc:decimalLongitude "-23.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8175 -23.055)"^^geo:wktLiteral ;
  geo-pos:lat "29.8175"^^xsd:decimal ;
  geo-pos:long "-23.055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785607_8_DEC_002001'^^xsd:string;
  dwc:scientificName 'Systellaspis debilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-23.055'^^xsd:double;
  dwc:startLongitude '-23.0467'^^xsd:double;
  dwc:endLongitude '-23.0633'^^xsd:double;
  dwc:latitude '29.8175'^^xsd:double;
  dwc:startLatitude '29.8517'^^xsd:double;
  dwc:endLatitude '29.7833'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '895'^^xsd:integer;
  dwc:aphiaid '107605'^^xsd:integer;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1790004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-12.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  geo-pos:lat "44.0675"^^xsd:decimal ;
  geo-pos:long "-12.815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850790_8_CTE_001001'^^xsd:string;
  dwc:scientificName 'Beroe cucumis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.815'^^xsd:double;
  dwc:startLongitude '-12.8417'^^xsd:double;
  dwc:endLongitude '-12.7883'^^xsd:double;
  dwc:latitude '44.0675'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '106358'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-12.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0675 -12.815)"^^geo:wktLiteral ;
  geo-pos:lat "44.0675"^^xsd:decimal ;
  geo-pos:long "-12.815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850790_8_DEC_002001'^^xsd:string;
  dwc:scientificName 'Systellaspis debilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.815'^^xsd:double;
  dwc:startLongitude '-12.8417'^^xsd:double;
  dwc:endLongitude '-12.7883'^^xsd:double;
  dwc:latitude '44.0675'^^xsd:double;
  dwc:startLatitude '44.0733'^^xsd:double;
  dwc:endLatitude '44.0617'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '107605'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1790004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  geo-pos:lat "29.7125"^^xsd:decimal ;
  geo-pos:long "-23.10915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785604_8_DEC_033001'^^xsd:string;
  dwc:scientificName 'Gennadas valens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.10915'^^xsd:double;
  dwc:startLongitude '-23.09'^^xsd:double;
  dwc:endLongitude '-23.1283'^^xsd:double;
  dwc:latitude '29.7125'^^xsd:double;
  dwc:startLatitude '29.75'^^xsd:double;
  dwc:endLatitude '29.675'^^xsd:double;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107098'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '107098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  geo-pos:lat "29.7125"^^xsd:decimal ;
  geo-pos:long "-23.10915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785604_8_DEC_033002'^^xsd:string;
  dwc:scientificName 'Gennadas elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.10915'^^xsd:double;
  dwc:startLongitude '-23.09'^^xsd:double;
  dwc:endLongitude '-23.1283'^^xsd:double;
  dwc:latitude '29.7125'^^xsd:double;
  dwc:startLatitude '29.75'^^xsd:double;
  dwc:endLatitude '29.675'^^xsd:double;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107095'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '584920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-23.10915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "795"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7125 -23.10915)"^^geo:wktLiteral ;
  geo-pos:lat "29.7125"^^xsd:decimal ;
  geo-pos:long "-23.10915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785604_8_DEC_033006'^^xsd:string;
  dwc:scientificName 'Gennadas capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.10915'^^xsd:double;
  dwc:startLongitude '-23.09'^^xsd:double;
  dwc:endLongitude '-23.1283'^^xsd:double;
  dwc:latitude '29.7125'^^xsd:double;
  dwc:startLatitude '29.75'^^xsd:double;
  dwc:endLatitude '29.675'^^xsd:double;
  dwc:minimumDepth '795'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:aphiaid '107094'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '107094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "405"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  geo-pos:lat "29.9308"^^xsd:decimal ;
  geo-pos:long "-23.0225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785602_8_EUP_009003'^^xsd:string;
  dwc:scientificName 'Nematobrachion boopis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.0225'^^xsd:double;
  dwc:startLongitude '-23.015'^^xsd:double;
  dwc:endLongitude '-23.03'^^xsd:double;
  dwc:latitude '29.9308'^^xsd:double;
  dwc:startLatitude '29.9683'^^xsd:double;
  dwc:endLatitude '29.8933'^^xsd:double;
  dwc:minimumDepth '405'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:aphiaid '110691'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '110691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "405"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  geo-pos:lat "29.9308"^^xsd:decimal ;
  geo-pos:long "-23.0225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785602_8_EUP_010006'^^xsd:string;
  dwc:scientificName 'Stylocheiron elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.0225'^^xsd:double;
  dwc:startLongitude '-23.015'^^xsd:double;
  dwc:endLongitude '-23.03'^^xsd:double;
  dwc:latitude '29.9308'^^xsd:double;
  dwc:startLatitude '29.9683'^^xsd:double;
  dwc:endLatitude '29.8933'^^xsd:double;
  dwc:minimumDepth '405'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:aphiaid '110702'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '110702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9308"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "405"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9308 -23.0225)"^^geo:wktLiteral ;
  geo-pos:lat "29.9308"^^xsd:decimal ;
  geo-pos:long "-23.0225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '785602_8_EUP_010008'^^xsd:string;
  dwc:scientificName 'Stylocheiron longicorne long'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-23.0225'^^xsd:double;
  dwc:startLongitude '-23.015'^^xsd:double;
  dwc:endLongitude '-23.03'^^xsd:double;
  dwc:latitude '29.9308'^^xsd:double;
  dwc:startLatitude '29.9683'^^xsd:double;
  dwc:endLatitude '29.8933'^^xsd:double;
  dwc:minimumDepth '405'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:aphiaid '110703'^^xsd:integer;
  dwc:observationDate '1972-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '110703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0392"^^xsd:decimal ;
  dwc:decimalLongitude "-20.01665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  geo-pos:lat "53.0392"^^xsd:decimal ;
  geo-pos:long "-20.01665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771161_8_FIS_135007'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.01665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0233'^^xsd:double;
  dwc:latitude '53.0392'^^xsd:double;
  dwc:startLatitude '52.9817'^^xsd:double;
  dwc:endLatitude '53.0967'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:observationDate '1971-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0392"^^xsd:decimal ;
  dwc:decimalLongitude "-20.01665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  geo-pos:lat "53.0392"^^xsd:decimal ;
  geo-pos:long "-20.01665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771161_8_FIS_328004'^^xsd:string;
  dwc:scientificName 'Gonostoma bathyphilum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.01665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0233'^^xsd:double;
  dwc:latitude '53.0392'^^xsd:double;
  dwc:startLatitude '52.9817'^^xsd:double;
  dwc:endLatitude '53.0967'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '127294'^^xsd:integer;
  dwc:observationDate '1971-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '398363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0392"^^xsd:decimal ;
  dwc:decimalLongitude "-20.01665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0392 -20.01665)"^^geo:wktLiteral ;
  geo-pos:lat "53.0392"^^xsd:decimal ;
  geo-pos:long "-20.01665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771161_8_FIS_526000'^^xsd:string;
  dwc:scientificName 'Melamphaidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-20.01665'^^xsd:double;
  dwc:startLongitude '-20.01'^^xsd:double;
  dwc:endLongitude '-20.0233'^^xsd:double;
  dwc:latitude '53.0392'^^xsd:double;
  dwc:startLatitude '52.9817'^^xsd:double;
  dwc:endLatitude '53.0967'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '125599'^^xsd:integer;
  dwc:observationDate '1971-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '125599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97915"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8525"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97915 -12.8525)"^^geo:wktLiteral ;
  geo-pos:lat "43.97915"^^xsd:decimal ;
  geo-pos:long "-12.8525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850763_8_CAL_143004'^^xsd:string;
  dwc:scientificName 'Lensia conoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-12.8525'^^xsd:double;
  dwc:startLongitude '-12.87'^^xsd:double;
  dwc:endLongitude '-12.835'^^xsd:double;
  dwc:latitude '43.97915'^^xsd:double;
  dwc:startLatitude '44.0083'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135426'^^xsd:integer;
  dwc:observationDate '1974-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '135426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06085"^^xsd:decimal ;
  dwc:decimalLongitude "-12.79915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06085 -12.79915)"^^geo:wktLiteral ;
  geo-pos:lat "44.06085"^^xsd:decimal ;
  geo-pos:long "-12.79915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '850786_8_PHY_022001'^^xsd:string;
  dwc:scientificName 'Halistemma rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-12.79915'^^xsd:double;
  dwc:startLongitude '-12.7733'^^xsd:double;
  dwc:endLongitude '-12.825'^^xsd:double;
  dwc:latitude '44.06085'^^xsd:double;
  dwc:startLatitude '44.065'^^xsd:double;
  dwc:endLatitude '44.0567'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135490'^^xsd:integer;
  dwc:observationDate '1974-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '135490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  geo-pos:lat "52.87335"^^xsd:decimal ;
  geo-pos:long "-19.97835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_OST_010400'^^xsd:string;
  dwc:scientificName 'Conchoecia curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '183077'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '127820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  geo-pos:lat "52.87335"^^xsd:decimal ;
  geo-pos:long "-19.97835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_OST_010402'^^xsd:string;
  dwc:scientificName 'Conchoecia stigmatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '183094'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '127823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.87335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.87335 -19.97835)"^^geo:wktLiteral ;
  geo-pos:lat "52.87335"^^xsd:decimal ;
  geo-pos:long "-19.97835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771143_1_OST_010450'^^xsd:string;
  dwc:scientificName 'Conchoecia haddoni s.s.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-19.97835'^^xsd:double;
  dwc:startLongitude '-20.0067'^^xsd:double;
  dwc:endLongitude '-19.95'^^xsd:double;
  dwc:latitude '52.87335'^^xsd:double;
  dwc:startLatitude '52.8717'^^xsd:double;
  dwc:endLatitude '52.875'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '183079'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '127831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  geo-pos:lat "52.8358"^^xsd:decimal ;
  geo-pos:long "-19.9575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_EUP_001009'^^xsd:string;
  dwc:scientificName 'Thysanopoda microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110717'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  geo-pos:lat "52.8358"^^xsd:decimal ;
  geo-pos:long "-19.9575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_EUP_001010'^^xsd:string;
  dwc:scientificName 'Thysanopoda acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110712'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8358"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8358 -19.9575)"^^geo:wktLiteral ;
  geo-pos:lat "52.8358"^^xsd:decimal ;
  geo-pos:long "-19.9575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771138_1_EUP_007005'^^xsd:string;
  dwc:scientificName 'Thysanoessa longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-19.9575'^^xsd:double;
  dwc:startLongitude '-19.9033'^^xsd:double;
  dwc:endLongitude '-20.0117'^^xsd:double;
  dwc:latitude '52.8358'^^xsd:double;
  dwc:startLatitude '52.8433'^^xsd:double;
  dwc:endLatitude '52.8283'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '110709'^^xsd:integer;
  dwc:observationDate '1971-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  geo-pos:lat "52.95585"^^xsd:decimal ;
  geo-pos:long "-19.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_120002'^^xsd:string;
  dwc:scientificName 'Hyperia medusarum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '103253'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '103253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  geo-pos:lat "52.95585"^^xsd:decimal ;
  geo-pos:long "-19.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_120003'^^xsd:string;
  dwc:scientificName 'Hyperia spinigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '103254'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '103254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.95585"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.95585 -19.9917)"^^geo:wktLiteral ;
  geo-pos:lat "52.95585"^^xsd:decimal ;
  geo-pos:long "-19.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1991__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1991_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-19'^^xsd:date;
  dwc:institutionCode 'Southampton Oceanography Centre'^^xsd:string;
  dwc:collectionCode 'obis_SOC'^^xsd:string;
  dwc:catalogNumber '771131_8_AMP_126003'^^xsd:string;
  dwc:scientificName 'Hyperoche medusarum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collector '2'^^xsd:integer;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-19.9917'^^xsd:double;
  dwc:startLongitude '-20.0017'^^xsd:double;
  dwc:endLongitude '-19.9817'^^xsd:double;
  dwc:latitude '52.95585'^^xsd:double;
  dwc:startLatitude '52.9917'^^xsd:double;
  dwc:endLatitude '52.92'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '103256'^^xsd:integer;
  dwc:observationDate '1971-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '103256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1991__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1991__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1991__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14665"^^xsd:decimal ;
  dwc:decimalLongitude "-20.4525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1991__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14665 -20.4525)"^^geo:wktLiteral ;
  geo-pos:lat "32.14665"^^xsd:d