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

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009192'^^xsd:string;
  dwc:scientificName 'Narcetes stomias'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-12.5533'^^xsd:double;
  dwc:latitude '49.765'^^xsd:double;
  dwc:minimumDepth '2080'^^xsd:integer;
  dwc:maximumDepth '2020'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030976'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30976'^^xsd:string;
  dwc:aphiaid '126706'^^xsd:integer;
  dwc:observationDate '1983-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.765 -12.5533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.765"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2080"^^xsd:integer ;
  dwc:maximumDepthInMeters "2020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009193'^^xsd:string;
  dwc:scientificName 'Chalinura mediterranea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-12.5533'^^xsd:double;
  dwc:latitude '49.765'^^xsd:double;
  dwc:minimumDepth '2080'^^xsd:integer;
  dwc:maximumDepth '2020'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030977'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30977'^^xsd:string;
  dwc:aphiaid '183052'^^xsd:integer;
  dwc:observationDate '1983-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '183099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6967 -28.4417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010342'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.4417'^^xsd:double;
  dwc:latitude '43.6967'^^xsd:double;
  dwc:minimumDepth '1550'^^xsd:integer;
  dwc:maximumDepth '1550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030918'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30918'^^xsd:string;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6967 -28.4417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010343'^^xsd:string;
  dwc:scientificName 'Serrivomer brevidentatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.4417'^^xsd:double;
  dwc:latitude '43.6967'^^xsd:double;
  dwc:minimumDepth '1550'^^xsd:integer;
  dwc:maximumDepth '1550'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030919'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30919'^^xsd:string;
  dwc:aphiaid '158648'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126320'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.975 -28.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.975"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010344'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '-28.8333'^^xsd:double;
  dwc:latitude '49.975'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030926'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30926'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833 -23.4983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010345'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-23.4983'^^xsd:double;
  dwc:latitude '49.7833'^^xsd:double;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030927'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30927'^^xsd:string;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1982-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.825 -16.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.825"^^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 "480"^^xsd:integer ;
  dwc:maximumDepthInMeters "480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010346'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '-16.96'^^xsd:double;
  dwc:latitude '49.825'^^xsd:double;
  dwc:minimumDepth '480'^^xsd:integer;
  dwc:maximumDepth '480'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030928'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30928'^^xsd:string;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -10.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010347'^^xsd:string;
  dwc:scientificName 'Lampanyctus intricarius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.1967'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030929'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30929'^^xsd:string;
  dwc:aphiaid '126615'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -10.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010348'^^xsd:string;
  dwc:scientificName 'Coryphaenoides rupestris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.1967'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030930'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30930'^^xsd:string;
  dwc:aphiaid '158960'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.335 -10.1317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.335"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010349'^^xsd:string;
  dwc:scientificName 'Gadiculus argenteus-thori'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '-10.1317'^^xsd:double;
  dwc:latitude '60.335'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030937'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30937'^^xsd:string;
  dwc:aphiaid '156094'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '300719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.335 -10.1317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.335"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010350'^^xsd:string;
  dwc:scientificName 'Epigonus telescopus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '-10.1317'^^xsd:double;
  dwc:latitude '60.335'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030938'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30938'^^xsd:string;
  dwc:aphiaid '126858'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.335 -10.1317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.335"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010351'^^xsd:string;
  dwc:scientificName 'Nezumia aequalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '-10.1317'^^xsd:double;
  dwc:latitude '60.335'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030939'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30939'^^xsd:string;
  dwc:aphiaid '126473'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8167 -12.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194.56"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194.56"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010352'^^xsd:string;
  dwc:scientificName 'Coryphaenoides guentheri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '-12.6517'^^xsd:double;
  dwc:latitude '59.8167'^^xsd:double;
  dwc:minimumDepth '2194.56'^^xsd:double;
  dwc:maximumDepth '2194.56'^^xsd:double;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030940'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30940'^^xsd:string;
  dwc:aphiaid '158958'^^xsd:integer;
  dwc:observationDate '1983-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '158958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8167 -12.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194.56"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194.56"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010353'^^xsd:string;
  dwc:scientificName 'Caelorinchus labiatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '-12.6517'^^xsd:double;
  dwc:latitude '59.8167'^^xsd:double;
  dwc:minimumDepth '2194.56'^^xsd:double;
  dwc:maximumDepth '2194.56'^^xsd:double;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030941'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30941'^^xsd:string;
  dwc:aphiaid '126466'^^xsd:integer;
  dwc:observationDate '1983-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '280299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.045 -13.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.045"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "798"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010354'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-13.3167'^^xsd:double;
  dwc:latitude '60.045'^^xsd:double;
  dwc:minimumDepth '798'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030942'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30942'^^xsd:string;
  dwc:aphiaid '158666'^^xsd:integer;
  dwc:observationDate '1983-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8583 -9.6933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8583"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "810"^^xsd:integer ;
  dwc:maximumDepthInMeters "803"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010355'^^xsd:string;
  dwc:scientificName 'Nezumia milleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '-9.6933'^^xsd:double;
  dwc:latitude '57.8583'^^xsd:double;
  dwc:minimumDepth '810'^^xsd:integer;
  dwc:maximumDepth '803'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030949'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30949'^^xsd:string;
  dwc:aphiaid '272419'^^xsd:integer;
  dwc:observationDate '1983-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '272419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.755 -9.6383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.755"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "599"^^xsd:integer ;
  dwc:maximumDepthInMeters "589"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010356'^^xsd:string;
  dwc:scientificName 'Phycis blennoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '-9.6383'^^xsd:double;
  dwc:latitude '57.755'^^xsd:double;
  dwc:minimumDepth '599'^^xsd:integer;
  dwc:maximumDepth '589'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030950'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30950'^^xsd:string;
  dwc:aphiaid '126501'^^xsd:integer;
  dwc:observationDate '1983-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7683 -11.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.7683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0867"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7683 -11.0867)"^^geo:wktLiteral ;
  geo-pos:lat "57.7683"^^xsd:decimal ;
  geo-pos:long "-11.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010357'^^xsd:string;
  dwc:scientificName 'Sagamichthys schnackenbecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-11.0867'^^xsd:double;
  dwc:latitude '57.7683'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030951'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30951'^^xsd:string;
  dwc:aphiaid '126748'^^xsd:integer;
  dwc:observationDate '1983-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7683 -11.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.7683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0867"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7683 -11.0867)"^^geo:wktLiteral ;
  geo-pos:lat "57.7683"^^xsd:decimal ;
  geo-pos:long "-11.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010359'^^xsd:string;
  dwc:scientificName 'Scopelosaurus lepidus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-11.0867'^^xsd:double;
  dwc:latitude '57.7683'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030953'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30953'^^xsd:string;
  dwc:aphiaid '126349'^^xsd:integer;
  dwc:observationDate '1983-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -10.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010389'^^xsd:string;
  dwc:scientificName 'Trigonolampa miriceps'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.1967'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030931'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30931'^^xsd:string;
  dwc:aphiaid '127377'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '127377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -10.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010390'^^xsd:string;
  dwc:scientificName 'Alepocephalus bairdii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.1967'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030932'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30932'^^xsd:string;
  dwc:aphiaid '126682'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -10.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010391'^^xsd:string;
  dwc:scientificName 'Halargyreus johnsonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.1967'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030933'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30933'^^xsd:string;
  dwc:aphiaid '126489'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -10.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010392'^^xsd:string;
  dwc:scientificName 'Trachyrincus murrayi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.1967'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030934'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30934'^^xsd:string;
  dwc:aphiaid '126481'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -10.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010394'^^xsd:string;
  dwc:scientificName 'Notacanthus bonapartei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.1967'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030936'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30936'^^xsd:string;
  dwc:aphiaid '126642'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.045 -13.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.045"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "798"^^xsd:integer ;
  dwc:maximumDepthInMeters "798"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010395'^^xsd:string;
  dwc:scientificName 'Notacanthus chemnitzii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-13.3167'^^xsd:double;
  dwc:latitude '60.045'^^xsd:double;
  dwc:minimumDepth '798'^^xsd:integer;
  dwc:maximumDepth '798'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030943'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30943'^^xsd:string;
  dwc:aphiaid '126643'^^xsd:integer;
  dwc:observationDate '1983-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126643'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.085 -13.095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "679"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010396'^^xsd:string;
  dwc:scientificName 'Epigonus telescopus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-13.095'^^xsd:double;
  dwc:latitude '60.085'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '679'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030944'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30944'^^xsd:string;
  dwc:aphiaid '126858'^^xsd:integer;
  dwc:observationDate '1983-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.085 -13.095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.085"^^xsd:decimal ;
  dwc:decimalLongitude "-13.095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "679"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010397'^^xsd:string;
  dwc:scientificName 'Chimaera monstrosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-13.095'^^xsd:double;
  dwc:latitude '60.085'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '679'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030945'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30945'^^xsd:string;
  dwc:aphiaid '105824'^^xsd:integer;
  dwc:observationDate '1983-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '105824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1333 -13.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "604"^^xsd:integer ;
  dwc:maximumDepthInMeters "602"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010398'^^xsd:string;
  dwc:scientificName 'Etmopterus sp'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'North Atlantic'^^xsd:string;
  dwc:longitude '-13.12'^^xsd:double;
  dwc:latitude '60.1333'^^xsd:double;
  dwc:minimumDepth '604'^^xsd:integer;
  dwc:maximumDepth '602'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030946'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30946'^^xsd:string;
  dwc:aphiaid '105775'^^xsd:integer;
  dwc:observationDate '1983-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '105775'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4783 -12.0117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.4783"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010399'^^xsd:string;
  dwc:scientificName 'Notoscopelus kroeyerii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-12.0117'^^xsd:double;
  dwc:latitude '59.4783'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030947'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30947'^^xsd:string;
  dwc:aphiaid '301650'^^xsd:integer;
  dwc:observationDate '1983-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6817 -8.4217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "590"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010400'^^xsd:string;
  dwc:scientificName 'Scopelosaurus lepidus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-8.4217'^^xsd:double;
  dwc:latitude '58.6817'^^xsd:double;
  dwc:minimumDepth '590'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030948'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30948'^^xsd:string;
  dwc:aphiaid '126349'^^xsd:integer;
  dwc:observationDate '1983-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7683 -11.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.7683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0867"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7683 -11.0867)"^^geo:wktLiteral ;
  geo-pos:lat "57.7683"^^xsd:decimal ;
  geo-pos:long "-11.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010401'^^xsd:string;
  dwc:scientificName 'Holtbyrnia macrops'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-11.0867'^^xsd:double;
  dwc:latitude '57.7683'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030955'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30955'^^xsd:string;
  dwc:aphiaid '126740'^^xsd:integer;
  dwc:observationDate '1983-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7683 -11.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.7683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0867"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7683 -11.0867)"^^geo:wktLiteral ;
  geo-pos:lat "57.7683"^^xsd:decimal ;
  geo-pos:long "-11.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010402'^^xsd:string;
  dwc:scientificName 'Borostomias antarcticus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-11.0867'^^xsd:double;
  dwc:latitude '57.7683'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030956'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30956'^^xsd:string;
  dwc:aphiaid '127334'^^xsd:integer;
  dwc:observationDate '1983-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '127334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3017 -11.9183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3017"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010403'^^xsd:string;
  dwc:scientificName 'Holtbyrnia macrops'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-11.9183'^^xsd:double;
  dwc:latitude '56.3017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030957'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30957'^^xsd:string;
  dwc:aphiaid '126740'^^xsd:integer;
  dwc:observationDate '1983-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3017 -11.9183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3017"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010404'^^xsd:string;
  dwc:scientificName 'Holtbyrnia anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-11.9183'^^xsd:double;
  dwc:latitude '56.3017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030958'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30958'^^xsd:string;
  dwc:aphiaid '126739'^^xsd:integer;
  dwc:observationDate '1983-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126739'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3017 -11.9183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3017"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010405'^^xsd:string;
  dwc:scientificName 'Sagamichthys schnackenbecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-11.9183'^^xsd:double;
  dwc:latitude '56.3017'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030959'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30959'^^xsd:string;
  dwc:aphiaid '126748'^^xsd:integer;
  dwc:observationDate '1983-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3333 -12.0033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010406'^^xsd:string;
  dwc:scientificName 'Holtbyrnia macrops'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-12.0033'^^xsd:double;
  dwc:latitude '56.3333'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030960'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30960'^^xsd:string;
  dwc:aphiaid '126740'^^xsd:integer;
  dwc:observationDate '1983-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3333 -12.0033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010407'^^xsd:string;
  dwc:scientificName 'Melanostomias spilorhynchus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-12.0033'^^xsd:double;
  dwc:latitude '56.3333'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030961'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30961'^^xsd:string;
  dwc:aphiaid '306749'^^xsd:integer;
  dwc:observationDate '1983-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '127359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3333 -12.0033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010408'^^xsd:string;
  dwc:scientificName 'Normichthys operosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-12.0033'^^xsd:double;
  dwc:latitude '56.3333'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030962'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30962'^^xsd:string;
  dwc:aphiaid '126745'^^xsd:integer;
  dwc:observationDate '1983-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3817 -12.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3817"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010409'^^xsd:string;
  dwc:scientificName 'Searsia koefoedi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-12.0167'^^xsd:double;
  dwc:latitude '56.3817'^^xsd:double;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030963'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30963'^^xsd:string;
  dwc:aphiaid '126749'^^xsd:integer;
  dwc:observationDate '1983-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0183 -13.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0183"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1225"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010410'^^xsd:string;
  dwc:scientificName 'Coryphaenoides guentheri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-13.1583'^^xsd:double;
  dwc:latitude '54.0183'^^xsd:double;
  dwc:minimumDepth '1225'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030964'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30964'^^xsd:string;
  dwc:aphiaid '158958'^^xsd:integer;
  dwc:observationDate '1983-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '158958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9967 -12.905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9967"^^xsd:decimal ;
  dwc:decimalLongitude "-12.905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "843"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010411'^^xsd:string;
  dwc:scientificName 'Melanostomias spilorhynchus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '-12.905'^^xsd:double;
  dwc:latitude '53.9967'^^xsd:double;
  dwc:minimumDepth '843'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030965'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30965'^^xsd:string;
  dwc:aphiaid '306749'^^xsd:integer;
  dwc:observationDate '1983-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '127359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.105 -11.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.105"^^xsd:decimal ;
  dwc:decimalLongitude "-11.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "135"^^xsd:integer ;
  dwc:maximumDepthInMeters "132"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010412'^^xsd:string;
  dwc:scientificName 'Eutrigla gurnardus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '-11.18'^^xsd:double;
  dwc:latitude '53.105'^^xsd:double;
  dwc:minimumDepth '135'^^xsd:integer;
  dwc:maximumDepth '132'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030966'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30966'^^xsd:string;
  dwc:aphiaid '150637'^^xsd:integer;
  dwc:observationDate '1983-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '150637'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.3333 -30.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010418'^^xsd:string;
  dwc:scientificName 'Gonostoma bathyphilum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '-30.2667'^^xsd:double;
  dwc:latitude '35.3333'^^xsd:double;
  dwc:minimumDepth '1900'^^xsd:integer;
  dwc:maximumDepth '1900'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-031219'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 31219'^^xsd:string;
  dwc:aphiaid '127294'^^xsd:integer;
  dwc:observationDate '1979-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '398363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9333 -17.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010419'^^xsd:string;
  dwc:scientificName 'Notoscopelus (n) kroeyerii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '-17.2833'^^xsd:double;
  dwc:latitude '44.9333'^^xsd:double;
  dwc:individualCount '21'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-031220'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 31220'^^xsd:string;
  dwc:aphiaid '301650'^^xsd:integer;
  dwc:observationDate '1979-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7683 -14.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7683"^^xsd:decimal ;
  dwc:decimalLongitude "-14.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "620"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010451'^^xsd:string;
  dwc:scientificName 'Hoplostethus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '-14.78'^^xsd:double;
  dwc:latitude '52.7683'^^xsd:double;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '620'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030967'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30967'^^xsd:string;
  dwc:aphiaid '126404'^^xsd:integer;
  dwc:observationDate '1983-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7683 -14.9983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7683"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010452'^^xsd:string;
  dwc:scientificName 'Nessorhamphus ingolfianus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '-14.9983'^^xsd:double;
  dwc:latitude '52.7683'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030968'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30968'^^xsd:string;
  dwc:aphiaid '126292'^^xsd:integer;
  dwc:observationDate '1983-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7367 -14.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7367"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010453'^^xsd:string;
  dwc:scientificName 'Astronesthes gemmifer'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '-14.9833'^^xsd:double;
  dwc:latitude '52.7367'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030969'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30969'^^xsd:string;
  dwc:aphiaid '127322'^^xsd:integer;
  dwc:observationDate '1983-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '127322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3833 2.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3833"^^xsd:decimal ;
  dwc:decimalLongitude "2.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010539'^^xsd:string;
  dwc:scientificName 'Merluccius merluccius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:longitude '2.15'^^xsd:double;
  dwc:latitude '41.3833'^^xsd:double;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-031375'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 31375'^^xsd:string;
  dwc:aphiaid '126484'^^xsd:integer;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126484'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3667 2.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3667"^^xsd:decimal ;
  dwc:decimalLongitude "2.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010959'^^xsd:string;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '2.15'^^xsd:double;
  dwc:latitude '41.3667'^^xsd:double;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-031763'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 31763'^^xsd:string;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3667 2.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3667"^^xsd:decimal ;
  dwc:decimalLongitude "2.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010960'^^xsd:string;
  dwc:scientificName 'Lophiomus budegassa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '2.15'^^xsd:double;
  dwc:latitude '41.3667'^^xsd:double;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-031764'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 31764'^^xsd:string;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.8 -15.0467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.8"^^xsd:decimal ;
  dwc:decimalLongitude "-15.0467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1210"^^xsd:integer ;
  dwc:maximumDepthInMeters "1195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-011435'^^xsd:string;
  dwc:scientificName 'Hoplostethus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '-15.0467'^^xsd:double;
  dwc:latitude '52.8'^^xsd:double;
  dwc:minimumDepth '1210'^^xsd:integer;
  dwc:maximumDepth '1195'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-032279'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 32279'^^xsd:string;
  dwc:aphiaid '126402'^^xsd:integer;
  dwc:observationDate '1983-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9 -13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008726'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '-13.5'^^xsd:double;
  dwc:latitude '45.9'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029249'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29249'^^xsd:string;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1979-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1083 -23.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008727'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '-23.4917'^^xsd:double;
  dwc:latitude '42.1083'^^xsd:double;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029250'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29250:'^^xsd:string;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1979-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9167 -17.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008728'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '-17.3667'^^xsd:double;
  dwc:latitude '44.9167'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029251'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29251:'^^xsd:string;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1979-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.8833 -42.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-42.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "190"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008729'^^xsd:string;
  dwc:scientificName 'Lampanyctus ater'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '-42.8'^^xsd:double;
  dwc:latitude '31.8833'^^xsd:double;
  dwc:minimumDepth '190'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029252'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29252'^^xsd:string;
  dwc:aphiaid '126611'^^xsd:integer;
  dwc:observationDate '1979-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9167 -42.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-42.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "380"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008730'^^xsd:string;
  dwc:scientificName 'Lampanyctus ater'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '-42.7667'^^xsd:double;
  dwc:latitude '31.9167'^^xsd:double;
  dwc:minimumDepth '380'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029253'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29253'^^xsd:string;
  dwc:aphiaid '126611'^^xsd:integer;
  dwc:observationDate '1979-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9 -13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008731'^^xsd:string;
  dwc:scientificName 'Lampanyctus intricarius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '-13.5'^^xsd:double;
  dwc:latitude '45.9'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029254'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29254'^^xsd:string;
  dwc:aphiaid '126615'^^xsd:integer;
  dwc:observationDate '1979-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0833 -23.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "155"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008732'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '-23.5'^^xsd:double;
  dwc:latitude '42.0833'^^xsd:double;
  dwc:minimumDepth '155'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029264'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29264:'^^xsd:string;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1979-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.85 -42.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.85"^^xsd:decimal ;
  dwc:decimalLongitude "-42.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1950"^^xsd:integer ;
  dwc:maximumDepthInMeters "1950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008733'^^xsd:string;
  dwc:scientificName 'Lampadena urophaos atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '-42.9167'^^xsd:double;
  dwc:latitude '31.85'^^xsd:double;
  dwc:minimumDepth '1950'^^xsd:integer;
  dwc:maximumDepth '1950'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029266'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29266'^^xsd:string;
  dwc:aphiaid '221500'^^xsd:integer;
  dwc:observationDate '1979-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '713102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9333 -21.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008734'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-21.95'^^xsd:double;
  dwc:latitude '44.9333'^^xsd:double;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029267'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29267'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1979-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6833 -13.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008735'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '-13.7'^^xsd:double;
  dwc:latitude '45.6833'^^xsd:double;
  dwc:individualCount '8'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029268'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29268'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1979-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9167 -17.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5667"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9167 -17.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.9167"^^xsd:decimal ;
  geo-pos:long "-17.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008736'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '-17.5667'^^xsd:double;
  dwc:latitude '44.9167'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029269'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29269'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1979-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1083 -23.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008739'^^xsd:string;
  dwc:scientificName 'Notoscopelus kroeyerii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '-23.4917'^^xsd:double;
  dwc:latitude '42.1083'^^xsd:double;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '42'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029278'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29278'^^xsd:string;
  dwc:aphiaid '301650'^^xsd:integer;
  dwc:observationDate '1979-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008740'^^xsd:string;
  dwc:scientificName 'Notoscopelus kroeyerii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '-13.45'^^xsd:double;
  dwc:latitude '45.9167'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029279'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29279'^^xsd:string;
  dwc:aphiaid '301650'^^xsd:integer;
  dwc:observationDate '1979-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0833 -23.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "155"^^xsd:integer ;
  dwc:maximumDepthInMeters "155"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008742'^^xsd:string;
  dwc:scientificName 'Symbolophorus veranyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '-23.5'^^xsd:double;
  dwc:latitude '42.0833'^^xsd:double;
  dwc:minimumDepth '155'^^xsd:integer;
  dwc:maximumDepth '155'^^xsd:integer;
  dwc:individualCount '38'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029288'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29288'^^xsd:string;
  dwc:aphiaid '126630'^^xsd:integer;
  dwc:observationDate '1979-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0333 -23.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-23.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008743'^^xsd:string;
  dwc:scientificName 'Anoplogaster cornuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '-23.8667'^^xsd:double;
  dwc:latitude '41.0333'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029290'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29290'^^xsd:string;
  dwc:aphiaid '126393'^^xsd:integer;
  dwc:observationDate '1979-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6833 -13.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008744'^^xsd:string;
  dwc:scientificName 'Stomias boa ferox'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '-13.7'^^xsd:double;
  dwc:latitude '45.6833'^^xsd:double;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029291'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29291'^^xsd:string;
  dwc:aphiaid '158737'^^xsd:integer;
  dwc:observationDate '1979-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '306769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9 -22.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2667"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9 -22.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.9"^^xsd:decimal ;
  geo-pos:long "-22.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008745'^^xsd:string;
  dwc:scientificName 'Poromitra crassiceps'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-22.2667'^^xsd:double;
  dwc:latitude '44.9'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029292'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29292'^^xsd:string;
  dwc:aphiaid '127273'^^xsd:integer;
  dwc:observationDate '1979-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '127273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9167 -17.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "205"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008746'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '-17.3667'^^xsd:double;
  dwc:latitude '44.9167'^^xsd:double;
  dwc:minimumDepth '205'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029293'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29293'^^xsd:string;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:observationDate '1979-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.4 -32.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.4"^^xsd:decimal ;
  dwc:decimalLongitude "-32.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "1800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008768'^^xsd:string;
  dwc:scientificName 'Taaningichthys bathyphilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '-32.0167'^^xsd:double;
  dwc:latitude '35.4'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '1800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029246'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29246'^^xsd:string;
  dwc:aphiaid '126631'^^xsd:integer;
  dwc:observationDate '1979-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '126631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9333 -21.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008769'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-21.95'^^xsd:double;
  dwc:latitude '44.9333'^^xsd:double;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029247'^^xsd:string;
  dwc:occurrenceRemarks 'SAM  29247'^^xsd:string;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1979-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -9.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1333"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -9.1333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-9.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008770'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '-9.1333'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029248'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29248'^^xsd:string;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9333 -21.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008771'^^xsd:string;
  dwc:scientificName 'Lampanyctus intricarius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-21.95'^^xsd:double;
  dwc:latitude '44.9333'^^xsd:double;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029255'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29255'^^xsd:string;
  dwc:aphiaid '126615'^^xsd:integer;
  dwc:observationDate '1979-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.85 -42.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.85"^^xsd:decimal ;
  dwc:decimalLongitude "-42.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1950"^^xsd:integer ;
  dwc:maximumDepthInMeters "1950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008774'^^xsd:string;
  dwc:scientificName 'Lampanyctus cuprarius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '-42.9167'^^xsd:double;
  dwc:latitude '31.85'^^xsd:double;
  dwc:minimumDepth '1950'^^xsd:integer;
  dwc:maximumDepth '1950'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029261'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29261:'^^xsd:string;
  dwc:aphiaid '126613'^^xsd:integer;
  dwc:observationDate '1979-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '126613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0167 -39.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-39.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185"^^xsd:integer ;
  dwc:maximumDepthInMeters "185"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008776'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '-39.5667'^^xsd:double;
  dwc:latitude '33.0167'^^xsd:double;
  dwc:minimumDepth '185'^^xsd:integer;
  dwc:maximumDepth '185'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029263'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29263:'^^xsd:string;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1979-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.85 -42.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.85"^^xsd:decimal ;
  dwc:decimalLongitude "-42.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1950"^^xsd:integer ;
  dwc:maximumDepthInMeters "1950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008777'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '-42.9167'^^xsd:double;
  dwc:latitude '31.85'^^xsd:double;
  dwc:minimumDepth '1950'^^xsd:integer;
  dwc:maximumDepth '1950'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029270'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29270'^^xsd:string;
  dwc:aphiaid '126596'^^xsd:integer;
  dwc:observationDate '1979-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1083 -23.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008778'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '-23.4917'^^xsd:double;
  dwc:latitude '42.1083'^^xsd:double;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029272'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29272'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1979-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.3333 -30.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1900"^^xsd:integer ;
  dwc:maximumDepthInMeters "1900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008779'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '-30.2667'^^xsd:double;
  dwc:latitude '35.3333'^^xsd:double;
  dwc:minimumDepth '1900'^^xsd:integer;
  dwc:maximumDepth '1900'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029273'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29273'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1979-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9 -22.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2667"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9 -22.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.9"^^xsd:decimal ;
  geo-pos:long "-22.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008780'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-22.2667'^^xsd:double;
  dwc:latitude '44.9'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029274'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29274'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1979-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008781'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '-13.45'^^xsd:double;
  dwc:latitude '45.9167'^^xsd:double;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029275'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29275'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1979-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1083 -23.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008785'^^xsd:string;
  dwc:scientificName 'Notoscopelus bolini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '-23.4917'^^xsd:double;
  dwc:latitude '42.1083'^^xsd:double;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '92'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029286'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29286'^^xsd:string;
  dwc:aphiaid '158913'^^xsd:integer;
  dwc:observationDate '1979-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '158913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6833 -13.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008786'^^xsd:string;
  dwc:scientificName 'Lobianchia gemellarii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '-13.7'^^xsd:double;
  dwc:latitude '45.6833'^^xsd:double;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029287'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29287:'^^xsd:string;
  dwc:aphiaid '158901'^^xsd:integer;
  dwc:observationDate '1979-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '158901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -9.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1333"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -9.1333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-9.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008788'^^xsd:string;
  dwc:scientificName 'Borostomias antarcticus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '-9.1333'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029295'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29295'^^xsd:string;
  dwc:aphiaid '127334'^^xsd:integer;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '127334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.4883 -14.3317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.4883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1006"^^xsd:integer ;
  dwc:maximumDepthInMeters "1009"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008841'^^xsd:string;
  dwc:scientificName 'Breviraja caerulae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '-14.3317'^^xsd:double;
  dwc:latitude '58.4883'^^xsd:double;
  dwc:minimumDepth '1006'^^xsd:integer;
  dwc:maximumDepth '1009'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029415'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29415 : Received from Inst.Sea Fish.,Hamburg in exchange for a specimen of B.stehmanni SAM 26639-ex 79/81.TL of spec.296mm'^^xsd:string;
  dwc:aphiaid '183028'^^xsd:integer;
  dwc:observationDate '1981-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '105879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8067 -26.5467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8067"^^xsd:decimal ;
  dwc:decimalLongitude "-26.5467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "500"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008905'^^xsd:string;
  dwc:scientificName 'Trachipterus sp'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '-26.5467'^^xsd:double;
  dwc:latitude '49.8067'^^xsd:double;
  dwc:minimumDepth '500'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029470'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29470 : 830-900h GMT'^^xsd:string;
  dwc:aphiaid '125788'^^xsd:integer;
  dwc:observationDate '1982-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '125788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0433 -16.1117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0433"^^xsd:decimal ;
  dwc:decimalLongitude "-16.1117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008907'^^xsd:string;
  dwc:scientificName 'Lobianchia gemellarii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '-16.1117'^^xsd:double;
  dwc:latitude '45.0433'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029472'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29472: 700-800h GMT'^^xsd:string;
  dwc:aphiaid '158901'^^xsd:integer;
  dwc:observationDate '1982-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '158901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2517 -19.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2517"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008908'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '-19.7333'^^xsd:double;
  dwc:latitude '44.2517'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029473'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29473 : 700-800h GMT'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1982-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -20.0783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008909'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0783'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029474'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29474 : 1307- 1337h GMT'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1982-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008910'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029480'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29480 : 0840- 0940hGMT'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008911'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '27'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029481'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29481 : 0840-0940h GMT'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008912'^^xsd:string;
  dwc:scientificName 'Lampanyctus ater'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029482'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29482 : 0840-0940h GMT'^^xsd:string;
  dwc:aphiaid '126611'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008913'^^xsd:string;
  dwc:scientificName 'Symbolophorus veranyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029483'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29483 : 0840-0940h GMT'^^xsd:string;
  dwc:aphiaid '126630'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008914'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029484'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29484 : 0840-0940h GMT'^^xsd:string;
  dwc:aphiaid '126596'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.605 -28.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.605"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008915'^^xsd:string;
  dwc:scientificName 'Diaphus effulgens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.5817'^^xsd:double;
  dwc:latitude '43.605'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029491'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29491 : 1445-1515h GMT'^^xsd:string;
  dwc:aphiaid '126591'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.605 -28.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.605"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008916'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.5817'^^xsd:double;
  dwc:latitude '43.605'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029492'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29492 : 1445-1515h GMT'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.605 -28.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.605"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008917'^^xsd:string;
  dwc:scientificName 'Lampanyctus festivus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.5817'^^xsd:double;
  dwc:latitude '43.605'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029493'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29493 : 1445-1515hGMT'^^xsd:string;
  dwc:aphiaid '126614'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.605 -28.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.605"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008918'^^xsd:string;
  dwc:scientificName 'Diaphus metopoclampus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.5817'^^xsd:double;
  dwc:latitude '43.605'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029494'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29494 : 1445-1515h GMT'^^xsd:string;
  dwc:aphiaid '126594'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.605 -28.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.605"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008919'^^xsd:string;
  dwc:scientificName 'Bathophilus metallicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.5817'^^xsd:double;
  dwc:latitude '43.605'^^xsd:double;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029495'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29495 :  1445-1515h GMT'^^xsd:string;
  dwc:aphiaid '158847'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '127333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3867 -27.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008920'^^xsd:string;
  dwc:scientificName 'Lampadena speculigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '-27.8083'^^xsd:double;
  dwc:latitude '45.3867'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029501'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29501 : 0850- 0920h GMT'^^xsd:string;
  dwc:aphiaid '126608'^^xsd:integer;
  dwc:observationDate '1982-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126608'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3867 -27.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008921'^^xsd:string;
  dwc:scientificName 'Lampanyctus ater'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '-27.8083'^^xsd:double;
  dwc:latitude '45.3867'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029502'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29502 : 2850- 0920h GMT'^^xsd:string;
  dwc:aphiaid '126611'^^xsd:integer;
  dwc:observationDate '1982-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3867 -27.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008922'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '-27.8083'^^xsd:double;
  dwc:latitude '45.3867'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029503'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29503 : 0850-0920hGMT'^^xsd:string;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:observationDate '1982-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3867 -27.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008923'^^xsd:string;
  dwc:scientificName 'Chiasmodon niger'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '-27.8083'^^xsd:double;
  dwc:latitude '45.3867'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029504'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29504 : 0850-0920hGMT'^^xsd:string;
  dwc:aphiaid '126840'^^xsd:integer;
  dwc:observationDate '1982-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 -27.8033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008924'^^xsd:string;
  dwc:scientificName 'Lampadena sp'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '-27.8033'^^xsd:double;
  dwc:latitude '45.6667'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029505'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29505 : 1150-1221h GMT'^^xsd:string;
  dwc:aphiaid '125824'^^xsd:integer;
  dwc:observationDate '1982-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '125824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4167 -27.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-27.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008926'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-27.33'^^xsd:double;
  dwc:latitude '47.4167'^^xsd:double;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '250'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029512'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29512 : 0515-0550hGMT'^^xsd:string;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4167 -27.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-27.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008927'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-27.33'^^xsd:double;
  dwc:latitude '47.4167'^^xsd:double;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '250'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029513'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29513 :0515-0550hGMT'^^xsd:string;
  dwc:aphiaid '126596'^^xsd:integer;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.84 -27.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.84"^^xsd:decimal ;
  dwc:decimalLongitude "-27.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "1950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008928'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-27.155'^^xsd:double;
  dwc:latitude '47.84'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '1950'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029514'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29514 : 1145-1225hGMT'^^xsd:string;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8717 -27.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8717"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1370"^^xsd:integer ;
  dwc:maximumDepthInMeters "1370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008929'^^xsd:string;
  dwc:scientificName 'Diaphus effulgens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '-27.1367'^^xsd:double;
  dwc:latitude '47.8717'^^xsd:double;
  dwc:minimumDepth '1370'^^xsd:integer;
  dwc:maximumDepth '1370'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029515'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29515 : 1540-1620hGMT'^^xsd:string;
  dwc:aphiaid '126591'^^xsd:integer;
  dwc:observationDate '1982-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '126591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.15 -27.8017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.15"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008931'^^xsd:string;
  dwc:scientificName 'Notoscopelus bolini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '-27.8017'^^xsd:double;
  dwc:latitude '48.15'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029522'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29522 : 0715-0745hGMT'^^xsd:string;
  dwc:aphiaid '158913'^^xsd:integer;
  dwc:observationDate '1982-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '158913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.15 -27.8017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.15"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008932'^^xsd:string;
  dwc:scientificName 'Lampanyctus macdonaldi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '-27.8017'^^xsd:double;
  dwc:latitude '48.15'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029523'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29523 : 0715-0745hGMT'^^xsd:string;
  dwc:aphiaid '126617'^^xsd:integer;
  dwc:observationDate '1982-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5883 -27.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-27.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008933'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '-27.6333'^^xsd:double;
  dwc:latitude '48.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029524'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29524 : 1510-1540hGMT'^^xsd:string;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:observationDate '1982-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5883 -27.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-27.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008934'^^xsd:string;
  dwc:scientificName 'Lampadena speculigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '-27.6333'^^xsd:double;
  dwc:latitude '48.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029525'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29525 : 1510-1540hGMT'^^xsd:string;
  dwc:aphiaid '126608'^^xsd:integer;
  dwc:observationDate '1982-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126608'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -20.0783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008948'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '-20.0783'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029475'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29475 : 1307- 1337h GMT'^^xsd:string;
  dwc:aphiaid '126596'^^xsd:integer;
  dwc:observationDate '1982-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1417 -20.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1417"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008949'^^xsd:string;
  dwc:scientificName 'Diaphus metopoclampus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '-20.2333'^^xsd:double;
  dwc:latitude '44.1417'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029476'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29476 : 1515-1545h GMT'^^xsd:string;
  dwc:aphiaid '126594'^^xsd:integer;
  dwc:observationDate '1982-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1417 -20.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1417"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008950'^^xsd:string;
  dwc:scientificName 'Symbolophorus veranyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '-20.2333'^^xsd:double;
  dwc:latitude '44.1417'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029477'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29477 : 1515-1545h GMT'^^xsd:string;
  dwc:aphiaid '126630'^^xsd:integer;
  dwc:observationDate '1982-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008951'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029478'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29478: 0840-0940h GMT'^^xsd:string;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008952'^^xsd:string;
  dwc:scientificName 'Ceratoscopelus maderensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029479'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29479 : 0840-0940h GMT'^^xsd:string;
  dwc:aphiaid '126585'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008953'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029485'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29485 : 0840-0940h GMT'^^xsd:string;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3617 -25.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1230"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008954'^^xsd:string;
  dwc:scientificName 'Lampanyctus intricarius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '-25.9767'^^xsd:double;
  dwc:latitude '43.3617'^^xsd:double;
  dwc:minimumDepth '1230'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029486'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29486 : 0840-0940h GMT'^^xsd:string;
  dwc:aphiaid '126615'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2417 26.2467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2417"^^xsd:decimal ;
  dwc:decimalLongitude "26.2467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2600"^^xsd:integer ;
  dwc:maximumDepthInMeters "2600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008955'^^xsd:string;
  dwc:scientificName 'Diaphus metopoclampus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '26.2467'^^xsd:double;
  dwc:latitude '43.2417'^^xsd:double;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029487'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29487 : 1325-1355hGMT'^^xsd:string;
  dwc:aphiaid '126594'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2417 26.2467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2417"^^xsd:decimal ;
  dwc:decimalLongitude "26.2467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2600"^^xsd:integer ;
  dwc:maximumDepthInMeters "2600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008957'^^xsd:string;
  dwc:scientificName 'Symbolophorus veranyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '26.2467'^^xsd:double;
  dwc:latitude '43.2417'^^xsd:double;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029489'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29489 : 1325-1325h GMT'^^xsd:string;
  dwc:aphiaid '126630'^^xsd:integer;
  dwc:observationDate '1982-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6967 -28.4417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008959'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.4417'^^xsd:double;
  dwc:latitude '43.6967'^^xsd:double;
  dwc:minimumDepth '1550'^^xsd:integer;
  dwc:maximumDepth '1550'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029496'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29496 : 1445-1515h GNT'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6967 -28.4417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008960'^^xsd:string;
  dwc:scientificName 'Notoscopelus bolini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.4417'^^xsd:double;
  dwc:latitude '43.6967'^^xsd:double;
  dwc:minimumDepth '1550'^^xsd:integer;
  dwc:maximumDepth '1550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029497'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29497 : 1645-1725hGMT'^^xsd:string;
  dwc:aphiaid '158913'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '158913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6967 -28.4417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008961'^^xsd:string;
  dwc:scientificName 'Lampadena speculigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.4417'^^xsd:double;
  dwc:latitude '43.6967'^^xsd:double;
  dwc:minimumDepth '1550'^^xsd:integer;
  dwc:maximumDepth '1550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029498'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29498 : 1645-1725h GMT'^^xsd:string;
  dwc:aphiaid '126608'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126608'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6967 -28.4417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1550"^^xsd:integer ;
  dwc:maximumDepthInMeters "1550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008962'^^xsd:string;
  dwc:scientificName 'Melanostomias bartonbeani'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-28.4417'^^xsd:double;
  dwc:latitude '43.6967'^^xsd:double;
  dwc:minimumDepth '1550'^^xsd:integer;
  dwc:maximumDepth '1550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029499'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29499 : 1645-1725h GMT'^^xsd:string;
  dwc:aphiaid '127359'^^xsd:integer;
  dwc:observationDate '1982-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '127359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3867 -27.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008963'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '-27.8083'^^xsd:double;
  dwc:latitude '45.3867'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029500'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29500 : 0850- 0920h GMT'^^xsd:string;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:observationDate '1982-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 -27.8033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008964'^^xsd:string;
  dwc:scientificName 'Lampadena speculigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '-27.8033'^^xsd:double;
  dwc:latitude '45.6667'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029506'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29506 : 1150-1221h GMT'^^xsd:string;
  dwc:aphiaid '126608'^^xsd:integer;
  dwc:observationDate '1991-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126608'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8717 -27.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8717"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1370"^^xsd:integer ;
  dwc:maximumDepthInMeters "1370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008970'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-27.1367'^^xsd:double;
  dwc:latitude '47.8717'^^xsd:double;
  dwc:minimumDepth '1370'^^xsd:integer;
  dwc:maximumDepth '1370'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029517'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29517 : 1540-1620hGMT'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8717 -27.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8717"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1370"^^xsd:integer ;
  dwc:maximumDepthInMeters "1370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008971'^^xsd:string;
  dwc:scientificName 'Notoscopelus bolini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-27.1367'^^xsd:double;
  dwc:latitude '47.8717'^^xsd:double;
  dwc:minimumDepth '1370'^^xsd:integer;
  dwc:maximumDepth '1370'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029518'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29518 : 1540-1620h GMT'^^xsd:string;
  dwc:aphiaid '158913'^^xsd:integer;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '158913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8717 -27.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8717"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1370"^^xsd:integer ;
  dwc:maximumDepthInMeters "1370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008972'^^xsd:string;
  dwc:scientificName 'Diaphus metopoclampus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-27.1367'^^xsd:double;
  dwc:latitude '47.8717'^^xsd:double;
  dwc:minimumDepth '1370'^^xsd:integer;
  dwc:maximumDepth '1370'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029519'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29519 : 1540-1620hGMT'^^xsd:string;
  dwc:aphiaid '126594'^^xsd:integer;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8717 -27.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8717"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1370"^^xsd:integer ;
  dwc:maximumDepthInMeters "1370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008973'^^xsd:string;
  dwc:scientificName 'Lampanyctus intricarius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-27.1367'^^xsd:double;
  dwc:latitude '47.8717'^^xsd:double;
  dwc:minimumDepth '1370'^^xsd:integer;
  dwc:maximumDepth '1370'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029520'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29520 : 1540-1620hGMT'^^xsd:string;
  dwc:aphiaid '126615'^^xsd:integer;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5883 -27.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-27.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008974'^^xsd:string;
  dwc:scientificName 'Diaphus rafenesquii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '-27.6333'^^xsd:double;
  dwc:latitude '48.5883'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029526'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29526 : 110-1540hGMT'^^xsd:string;
  dwc:aphiaid '126596'^^xsd:integer;
  dwc:observationDate '1982-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7983 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7983"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008975'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '49.7983'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029527'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29527 : 0725-0755hGMT'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1982-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7983 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7983"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008976'^^xsd:string;
  dwc:scientificName 'Lampanyctus macdonaldi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '49.7983'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029528'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29528 : 0725-0755hGMT'^^xsd:string;
  dwc:aphiaid '126617'^^xsd:integer;
  dwc:observationDate '1982-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '126617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.975 -28.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.975"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008977'^^xsd:string;
  dwc:scientificName 'Notoscopelus kroeyerii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '-28.8333'^^xsd:double;
  dwc:latitude '49.975'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029529'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29529 ; 1510-1540hGMT'^^xsd:string;
  dwc:aphiaid '301650'^^xsd:integer;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.975 -28.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.975"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008978'^^xsd:string;
  dwc:scientificName 'Notoscopelus bolini'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '-28.8333'^^xsd:double;
  dwc:latitude '49.975'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029530'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29530 : 1510-1540hGMT'^^xsd:string;
  dwc:aphiaid '158913'^^xsd:integer;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '158913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.975 -28.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.975"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008979'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '-28.8333'^^xsd:double;
  dwc:latitude '49.975'^^xsd:double;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029531'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29531 : 1510-1540hGMT'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833 -23.4983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008980'^^xsd:string;
  dwc:scientificName 'Protomyctophum arcticum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-23.4983'^^xsd:double;
  dwc:latitude '49.7833'^^xsd:double;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029532'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29532 : 0420-0445hGMT'^^xsd:string;
  dwc:aphiaid '158917'^^xsd:integer;
  dwc:observationDate '1982-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '158917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833 -23.4983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008981'^^xsd:string;
  dwc:scientificName 'Lobianchia gemellarii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-23.4983'^^xsd:double;
  dwc:latitude '49.7833'^^xsd:double;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029533'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29533 : 0430-0445'^^xsd:string;
  dwc:aphiaid '158901'^^xsd:integer;
  dwc:observationDate '1982-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '158901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833 -23.4983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008982'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-23.4983'^^xsd:double;
  dwc:latitude '49.7833'^^xsd:double;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029534'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29534 : 0430-0445hGMT'^^xsd:string;
  dwc:aphiaid '126596'^^xsd:integer;
  dwc:observationDate '1982-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833 -23.4983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008983'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-23.4983'^^xsd:double;
  dwc:latitude '49.7833'^^xsd:double;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029535'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29535 : 0430-0445hGMT'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1982-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.825 -16.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.825"^^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 "480"^^xsd:integer ;
  dwc:maximumDepthInMeters "480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008984'^^xsd:string;
  dwc:scientificName 'Protomyctophum arcticum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '-16.96'^^xsd:double;
  dwc:latitude '49.825'^^xsd:double;
  dwc:minimumDepth '480'^^xsd:integer;
  dwc:maximumDepth '480'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029541'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29541 : 0430-0445hGMT'^^xsd:string;
  dwc:aphiaid '158917'^^xsd:integer;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '158917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.825 -16.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.825"^^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 "480"^^xsd:integer ;
  dwc:maximumDepthInMeters "480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008985'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '-16.96'^^xsd:double;
  dwc:latitude '49.825'^^xsd:double;
  dwc:minimumDepth '480'^^xsd:integer;
  dwc:maximumDepth '480'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029542'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29542 : 0430-0445hGMT'^^xsd:string;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.94 -16.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.94"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "950"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008986'^^xsd:string;
  dwc:scientificName 'Lampanyctus macdonaldi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '-16.4783'^^xsd:double;
  dwc:latitude '49.94'^^xsd:double;
  dwc:minimumDepth '950'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029543'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29543: 1310-1325hGMT'^^xsd:string;
  dwc:aphiaid '126617'^^xsd:integer;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.94 -16.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.94"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "950"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008987'^^xsd:string;
  dwc:scientificName 'Diaphus rafinesquii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '-16.4783'^^xsd:double;
  dwc:latitude '49.94'^^xsd:double;
  dwc:minimumDepth '950'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029544'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29544 : 1310- 1325hGMT'^^xsd:string;
  dwc:aphiaid '126596'^^xsd:integer;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.94 -16.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.94"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "950"^^xsd:integer ;
  dwc:maximumDepthInMeters "950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008988'^^xsd:string;
  dwc:scientificName 'Lampadena speculigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '-16.4783'^^xsd:double;
  dwc:latitude '49.94'^^xsd:double;
  dwc:minimumDepth '950'^^xsd:integer;
  dwc:maximumDepth '950'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029545'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29545 : 1310- 1325hGMT'^^xsd:string;
  dwc:aphiaid '126608'^^xsd:integer;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126608'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833 -23.4983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009023'^^xsd:string;
  dwc:scientificName 'Lampanyctus intricarius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-23.4983'^^xsd:double;
  dwc:latitude '49.7833'^^xsd:double;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029536'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29536 : 0430-0445hGNT'^^xsd:string;
  dwc:aphiaid '126615'^^xsd:integer;
  dwc:observationDate '1982-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833 -23.4983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009024'^^xsd:string;
  dwc:scientificName 'Diaphus holti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-23.4983'^^xsd:double;
  dwc:latitude '49.7833'^^xsd:double;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029537'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29537 : 0430-0445hGMT'^^xsd:string;
  dwc:aphiaid '126592'^^xsd:integer;
  dwc:observationDate '1982-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833 -23.4983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009025'^^xsd:string;
  dwc:scientificName 'Diaphus effulgens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '-23.4983'^^xsd:double;
  dwc:latitude '49.7833'^^xsd:double;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029538'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29538 : 0430-0445hGMT'^^xsd:string;
  dwc:aphiaid '126591'^^xsd:integer;
  dwc:observationDate '1982-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -20.365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.92"^^xsd:decimal ;
  dwc:decimalLongitude "-20.365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009026'^^xsd:string;
  dwc:scientificName 'Taaningichthys bathyphilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-20.365'^^xsd:double;
  dwc:latitude '49.92'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029539'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29539 : 0720-0740hGMT'^^xsd:string;
  dwc:aphiaid '126631'^^xsd:integer;
  dwc:observationDate '1982-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.98 -20.0967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.98"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009027'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '-20.0967'^^xsd:double;
  dwc:latitude '49.98'^^xsd:double;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029540'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29540 :1310-1325hGMT'^^xsd:string;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1982-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.835 -13.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.835"^^xsd:decimal ;
  dwc:decimalLongitude "-13.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2700"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009028'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '-13.69'^^xsd:double;
  dwc:latitude '49.835'^^xsd:double;
  dwc:minimumDepth '2700'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029546'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29546: 0525- 0625hGMT'^^xsd:string;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.835 -13.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.835"^^xsd:decimal ;
  dwc:decimalLongitude "-13.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2700"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009029'^^xsd:string;
  dwc:scientificName 'Lampanyctus intricarius'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '-13.69'^^xsd:double;
  dwc:latitude '49.835'^^xsd:double;
  dwc:minimumDepth '2700'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029547'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29547 : 0525- 0625hGMT'^^xsd:string;
  dwc:aphiaid '126615'^^xsd:integer;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.48 -14.7683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.48"^^xsd:decimal ;
  dwc:decimalLongitude "-14.7683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009146'^^xsd:string;
  dwc:scientificName 'Hoplostethus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '-14.7683'^^xsd:double;
  dwc:latitude '51.48'^^xsd:double;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030970'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30970'^^xsd:string;
  dwc:aphiaid '126404'^^xsd:integer;
  dwc:observationDate '1983-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '126404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275 -13.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.275"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1917"^^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/1977__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275 -13.1917)"^^geo:wktLiteral ;
  geo-pos:lat "51.275"^^xsd:decimal ;
  geo-pos:long "-13.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009147'^^xsd:string;
  dwc:scientificName 'Conocara macroptera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '-13.1917'^^xsd:double;
  dwc:latitude '51.275'^^xsd:double;
  dwc:minimumDepth '1500'^^xsd:integer;
  dwc:maximumDepth '1500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030971'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30971'^^xsd:string;
  dwc:aphiaid '183096'^^xsd:integer;
  dwc:observationDate '1983-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0783 -12.8783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1950"^^xsd:integer ;
  dwc:maximumDepthInMeters "1950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009148'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '-12.8783'^^xsd:double;
  dwc:latitude '51.0783'^^xsd:double;
  dwc:minimumDepth '1950'^^xsd:integer;
  dwc:maximumDepth '1950'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030972'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30972'^^xsd:string;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:observationDate '1983-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0783 -12.8783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1950"^^xsd:integer ;
  dwc:maximumDepthInMeters "1950"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009189'^^xsd:string;
  dwc:scientificName 'Cataetyx laticeps'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '-12.8783'^^xsd:double;
  dwc:latitude '51.0783'^^xsd:double;
  dwc:minimumDepth '1950'^^xsd:integer;
  dwc:maximumDepth '1950'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030973'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30973'^^xsd:string;
  dwc:aphiaid '126657'^^xsd:integer;
  dwc:observationDate '1983-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.765 -12.5533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.765"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2080"^^xsd:integer ;
  dwc:maximumDepthInMeters "2020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009190'^^xsd:string;
  dwc:scientificName 'Conocara murrayi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-12.5533'^^xsd:double;
  dwc:latitude '49.765'^^xsd:double;
  dwc:minimumDepth '2080'^^xsd:integer;
  dwc:maximumDepth '2020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030974'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30974'^^xsd:string;
  dwc:aphiaid '126697'^^xsd:integer;
  dwc:observationDate '1983-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.765 -12.5533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.765"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2080"^^xsd:integer ;
  dwc:maximumDepthInMeters "2020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-009191'^^xsd:string;
  dwc:scientificName 'Bathytroctes microlepis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '-12.5533'^^xsd:double;
  dwc:latitude '49.765'^^xsd:double;
  dwc:minimumDepth '2080'^^xsd:integer;
  dwc:maximumDepth '2020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030975'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30975'^^xsd:string;
  dwc:aphiaid '126693'^^xsd:integer;
  dwc:observationDate '1983-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0433 -16.1117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0433"^^xsd:decimal ;
  dwc:decimalLongitude "-16.1117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008906'^^xsd:string;
  dwc:scientificName 'Electrona risso'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '-16.1117'^^xsd:double;
  dwc:latitude '45.0433'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029471'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29471 : 700-800h GMT'^^xsd:string;
  dwc:aphiaid '126600'^^xsd:integer;
  dwc:observationDate '1982-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.15 -27.8017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.15"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008930'^^xsd:string;
  dwc:scientificName 'Notoscopelus kroeyerii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '-27.8017'^^xsd:double;
  dwc:latitude '48.15'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029521'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29521 : 0715-0745hGMT'^^xsd:string;
  dwc:aphiaid '301650'^^xsd:integer;
  dwc:observationDate '1982-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8717 -27.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8717"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1370"^^xsd:integer ;
  dwc:maximumDepthInMeters "1370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-008969'^^xsd:string;
  dwc:scientificName 'Lampanyctus ater'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '-27.1367'^^xsd:double;
  dwc:latitude '47.8717'^^xsd:double;
  dwc:minimumDepth '1370'^^xsd:integer;
  dwc:maximumDepth '1370'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-029516'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 29516 : 1540-1620hGMT'^^xsd:string;
  dwc:aphiaid '126611'^^xsd:integer;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1977__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1977__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1977__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -10.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "990"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1977__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1977_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-05-03'^^xsd:date;
  dwc:institutionCode 'SAMC'^^xsd:string;
  dwc:collectionCode 'MBF'^^xsd:string;
  dwc:catalogNumber 'SAMC-MBF-010393'^^xsd:string;
  dwc:scientificName 'Lepidion equus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.1967'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '990'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:previousCatalogNumber 'SAM-MBF-030935'^^xsd:string;
  dwc:occurrenceRemarks 'SAM 30935'^^xsd:string;
  dwc:aphiaid '126493'^^xsd:integer;
  dwc:observationDate '1983-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF